Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruvbox_material_dark_hard.toml')
| -rw-r--r-- | runtime/themes/gruvbox_material_dark_hard.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_material_dark_hard.toml b/runtime/themes/gruvbox_material_dark_hard.toml new file mode 100644 index 00000000..d57c5438 --- /dev/null +++ b/runtime/themes/gruvbox_material_dark_hard.toml @@ -0,0 +1,13 @@ +# Gruvbox Material Dark Hard for Helix +# Original Author: @sainnhe (https://github.com/sainnhe/gruvbox-material) +# Base theme ported by: @satoqz +# Palette ported by: @ivan-shymkiv +# License: MIT + +inherits = "gruvbox_material_dark_medium" + +[palette] +bg0 = "#1d2021" +bg1 = "#282828" +bg2 = "#3c3836" +bg3 = "#504945" |