mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add additional entries
This commit is contained in:
parent
997fce0d42
commit
e0a8687831
|
|
@ -56,6 +56,7 @@ There are multiple ways -
|
|||
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) |  |
|
||||
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) |  |
|
||||
| **_gotham_** |  |
|
||||
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) |  |
|
||||
| **_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox) |  |
|
||||
| **_gruvbox_light_**<br>[source](https://github.com/morhetz/gruvbox) |  |
|
||||
| **_gruvbox_material_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
|
|
|
|||
BIN
images/gnome_terminal.png
Normal file
BIN
images/gnome_terminal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
23
schemes.yaml
23
schemes.yaml
|
|
@ -453,6 +453,29 @@ schemes:
|
|||
cyan: '0x49AEE6'
|
||||
white: '0xFFFFFF'
|
||||
|
||||
gnome_terminal: &gnome_terminal
|
||||
primary:
|
||||
background: '0x1e1e1e'
|
||||
foreground: '0xffffff'
|
||||
normal:
|
||||
black: '0x171421'
|
||||
red: '0xc01c28'
|
||||
green: '0x26a269'
|
||||
yellow: '0xa2734c'
|
||||
blue: '0x12488b'
|
||||
magenta: '0xa347ba'
|
||||
cyan: '0x2aa1b3'
|
||||
white: '0xd0cfcc'
|
||||
bright:
|
||||
black: '0x535c64'
|
||||
red: '0xf66151'
|
||||
green: '0x33d17a'
|
||||
yellow: '0xe9ad0c'
|
||||
blue: '0x2a7bde'
|
||||
magenta: '0xc061cb'
|
||||
cyan: '0x33c7de'
|
||||
white: '0xffffff'
|
||||
|
||||
gotham: &gotham
|
||||
primary:
|
||||
background: '0x0a0f14'
|
||||
|
|
|
|||
Loading…
Reference in a new issue