diff options
-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 |