mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add gruber darker theme
This commit is contained in:
parent
5c90d86e6a
commit
95a7d69560
|
|
@ -94,6 +94,7 @@ configuration file.
|
|||
| **_google_** |  |
|
||||
| **_gotham_** |  |
|
||||
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) |  |
|
||||
| **_gruber_darker_**<br>[source](https://github.com/rexim/gruber-darker-theme) |  |
|
||||
| **_gruvbox_dark_**<br>[source](https://github.com/morhetz/gruvbox) |  |
|
||||
| **_gruvbox_light_**<br>[source](https://github.com/morhetz/gruvbox) |  |
|
||||
| **_gruvbox_material_hard_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
|
|
|
|||
BIN
images/gruber_darker.png
Normal file
BIN
images/gruber_darker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
26
themes/gruber_darker.toml
Normal file
26
themes/gruber_darker.toml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# author: rexim
|
||||
# from: https://github.com/rexim/gruber-darker-theme
|
||||
|
||||
[colors.primary]
|
||||
background = "#181818"
|
||||
foreground = "#E4E4E4"
|
||||
|
||||
[colors.normal]
|
||||
black = "#181818"
|
||||
red = "#F43841"
|
||||
green = "#73D936"
|
||||
yellow = "#FFDD33"
|
||||
blue = "#96A6C8"
|
||||
magenta = "#9E95C7"
|
||||
cyan = "#95A99F"
|
||||
white = "#E4E4E4"
|
||||
|
||||
[colors.bright]
|
||||
black = "#52494E"
|
||||
red = "#FF4F58"
|
||||
green = "#73D936"
|
||||
yellow = "#FFDD33"
|
||||
blue = "#96A6C8"
|
||||
magenta = "#AFAFD7"
|
||||
cyan = "#95A99F"
|
||||
white = "#F5F5F5"
|
||||
Loading…
Reference in a new issue