mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
Add gruvbox material hard themes
This commit is contained in:
parent
0587019bac
commit
3e7f8055dc
|
|
@ -85,6 +85,8 @@ configuration file.
|
|||
| **_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_hard_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_gruvbox_material_hard_light_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_gruvbox_material_medium_dark_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_gruvbox_material_medium_light_**<br>[source](https://github.com/sainnhe/gruvbox-material) |  |
|
||||
| **_hardhacker_**<br>[source](https://github.com/hardhackerlabs/theme-alacritty) |  |
|
||||
|
|
|
|||
BIN
images/gruvbox_material_hard_dark.png
Normal file
BIN
images/gruvbox_material_hard_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
BIN
images/gruvbox_material_hard_light.png
Normal file
BIN
images/gruvbox_material_hard_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
28
themes/gruvbox_material_hard_dark.toml
Normal file
28
themes/gruvbox_material_hard_dark.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Colors (Gruvbox Material Hard Dark)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#1d2021'
|
||||
foreground = '#d4be98'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#32302f'
|
||||
red = '#ea6962'
|
||||
green = '#a9b665'
|
||||
yellow = '#d8a657'
|
||||
blue = '#7daea3'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#89b482'
|
||||
white = '#d4be98'
|
||||
|
||||
# Bright colors (same as normal colors)
|
||||
[colors.bright]
|
||||
black = '#32302f'
|
||||
red = '#ea6962'
|
||||
green = '#a9b665'
|
||||
yellow = '#d8a657'
|
||||
blue = '#7daea3'
|
||||
magenta = '#d3869b'
|
||||
cyan = '#89b482'
|
||||
white = '#d4be98'
|
||||
28
themes/gruvbox_material_hard_light.toml
Normal file
28
themes/gruvbox_material_hard_light.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Colors (Gruvbox Material Hard Light)
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#f9f5d7'
|
||||
foreground = '#654735'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#654735'
|
||||
red = '#c14a4a'
|
||||
green = '#6c782e'
|
||||
yellow = '#b47109'
|
||||
blue = '#45707a'
|
||||
magenta = '#945e80'
|
||||
cyan = '#4c7a5d'
|
||||
white = '#f2e5bc'
|
||||
|
||||
# Bright colors (same as normal colors)
|
||||
[colors.bright]
|
||||
black = '#654735'
|
||||
red = '#c14a4a'
|
||||
green = '#6c782e'
|
||||
yellow = '#b47109'
|
||||
blue = '#45707a'
|
||||
magenta = '#945e80'
|
||||
cyan = '#4c7a5d'
|
||||
white = '#f2e5bc'
|
||||
Loading…
Reference in a new issue