Add gruber darker theme

This commit is contained in:
v0idh4nd 2024-12-02 08:21:00 +03:00 committed by GitHub
parent 5c90d86e6a
commit 95a7d69560
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 0 deletions

View file

@ -94,6 +94,7 @@ configuration file.
| **_google_** | ![falcon](images/google.png) |
| **_gotham_** | ![falcon](images/gotham.png) |
| **_gnome_terminal_**<br>[source](https://gitlab.gnome.org/GNOME/gnome-terminal) | ![gnome_terminal](images/gnome_terminal.png) |
| **_gruber_darker_**<br>[source](https://github.com/rexim/gruber-darker-theme) | ![gruber_darker](images/gruber_darker.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_hard_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) | ![gruvbox_material_hard_dark](images/gruvbox_material_hard_dark.png) |

BIN
images/gruber_darker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

26
themes/gruber_darker.toml Normal file
View 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"