Add additional entries

This commit is contained in:
Cameron Peck 2023-01-01 11:38:23 -05:00
parent 997fce0d42
commit e0a8687831
No known key found for this signature in database
GPG key ID: D0F3832AB258637C
4 changed files with 24 additions and 0 deletions

View file

@ -56,6 +56,7 @@ There are multiple ways -
| **_falcon_**<br>[source](https://github.com/fenetikm/falcon) | ![falcon](images/falcon.png) |
| **_flat_remix_**<br>[source](https://github.com/Mayccoll/Gogh/blob/master/themes/flat-remix.sh) | ![flat_remix](images/flat_remix.png) |
| **_gotham_** | ![falcon](images/gotham.png) |
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) | ![gnome_terminal](images/gnome_terminal.png) |
| **_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox) | ![gruvbox_dark](images/gruvbox_dark.png) |
| **_gruvbox_light_**<br>[source](https://github.com/morhetz/gruvbox) | ![gruvbox_light](images/gruvbox_light.png) |
| **_gruvbox_material_**<br>[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material](images/gruvbox_material.png) |

BIN
images/gnome_terminal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View file

@ -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'