mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Feature/rainbow theme (#5)
* add rainbow theme * update few colors in rainbow theme
This commit is contained in:
parent
82c4a6af24
commit
c1df59e2ff
|
|
@ -84,6 +84,7 @@ configuration file.
|
|||
| **_papertheme_**<br>[source](https://github.com/s6muel/paper-theme/blob/main/themes/alacritty/paper-theme.yml) |  |
|
||||
| **_pencil_dark_**<br>[source](https://github.com/mattly/iterm-colors-pencil) |  |
|
||||
| **_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil) |  |
|
||||
| **_rainbow_** |  |
|
||||
| **_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy) |  |
|
||||
| **_rose-pine_**<br>[source](https://github.com/rose-pine/alacritty) |  |
|
||||
| **_snazzy_**<br>[source](https://github.com/sindresorhus/hyper-snazzy) |  |
|
||||
|
|
|
|||
BIN
images/rainbow.png
Normal file
BIN
images/rainbow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 276 KiB |
23
schemes.yaml
23
schemes.yaml
|
|
@ -1227,6 +1227,29 @@ schemes:
|
|||
cyan: '0x4fb8cc'
|
||||
white: '0xf1f1f1'
|
||||
|
||||
rainbow: &rainbow
|
||||
primary:
|
||||
background: '0x192835'
|
||||
foreground: '0xAADA4F'
|
||||
normal:
|
||||
black: '0x5B4375'
|
||||
red: '0x426bb6'
|
||||
green: '0x2286b5'
|
||||
yellow: '0x5ab782'
|
||||
blue: '0x93ca5b'
|
||||
magenta: '0xc6c842'
|
||||
cyan: '0x8a5135'
|
||||
white: '0xc54646'
|
||||
bright:
|
||||
black: '0x5B4375'
|
||||
red: '0x426bb6'
|
||||
green: '0x2286b5'
|
||||
yellow: '0x5ab782'
|
||||
blue: '0x93ca5b'
|
||||
magenta: '0xc6c842'
|
||||
cyan: '0x8a5135'
|
||||
white: '0xc54646'
|
||||
|
||||
remedy_dark: &remedy_dark
|
||||
primary:
|
||||
background: '0x2c2b2a'
|
||||
|
|
|
|||
27
themes/rainbow.yaml
Normal file
27
themes/rainbow.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x192835'
|
||||
foreground: '0xAADA4F'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x5B4375'
|
||||
red: '0x426bb6'
|
||||
green: '0x2286b5'
|
||||
yellow: '0x5ab782'
|
||||
blue: '0x93ca5b'
|
||||
magenta: '0xc6c842'
|
||||
cyan: '0x8a5135'
|
||||
white: '0xc54646'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x5B4375'
|
||||
red: '0x426bb6'
|
||||
green: '0x2286b5'
|
||||
yellow: '0x5ab782'
|
||||
blue: '0x93ca5b'
|
||||
magenta: '0xc6c842'
|
||||
cyan: '0x8a5135'
|
||||
white: '0xc54646'
|
||||
Loading…
Reference in a new issue