Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruvbox_material_light_hard.toml')
| -rw-r--r-- | runtime/themes/gruvbox_material_light_hard.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_material_light_hard.toml b/runtime/themes/gruvbox_material_light_hard.toml new file mode 100644 index 00000000..0c4e3bef --- /dev/null +++ b/runtime/themes/gruvbox_material_light_hard.toml @@ -0,0 +1,14 @@ +# Gruvbox Material Light 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_light_medium" + +[palette] +bg0 = "#f9f5d7" +bg1 = "#f5edca" +bg2 = "#f2e5bc" +bg3 = "#ebdbb2" +bg4 = "#eee0b7" |