diff options
author | broke | 2023-06-07 23:13:08 +0000 |
---|---|---|
committer | GitHub | 2023-06-07 23:13:08 +0000 |
commit | ef5bcd5060e6298a2deae53a7c29514d4a50a2fc (patch) | |
tree | 49d53e43044e8c0e46c9ccb19576092c3d16a5ea /runtime | |
parent | d324feb07244e0649229b845a92f0d0b8a0ecaf4 (diff) |
theme: added gruvbox dark soft variant (#7139)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/gruvbox_dark_soft.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_dark_soft.toml b/runtime/themes/gruvbox_dark_soft.toml new file mode 100644 index 00000000..6482ac12 --- /dev/null +++ b/runtime/themes/gruvbox_dark_soft.toml @@ -0,0 +1,7 @@ +# Author : broke <broke@in-fucking.space> +# The theme uses the gruvbox dark palette with soft contrast: github.com/morhetz/gruvbox + +inherits = "gruvbox" + +[palette] +bg0 = "#32302f" # main background |