aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTwinkle2024-01-28 09:20:51 +0000
committerGitHub2024-01-28 09:20:51 +0000
commiteb3c4e9f005d323ea8de828c23b4a7c0903a5702 (patch)
treea86732f02d6ef2372ed7574e470999a765995554
parentfe443910160e145c69f32a028b313d6f596e3fbe (diff)
feat: add hard/soft contrast for gruvbox light mode (#9266)
-rw-r--r--runtime/themes/gruvbox_light_hard.toml7
-rw-r--r--runtime/themes/gruvbox_light_soft.toml7
2 files changed, 14 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_light_hard.toml b/runtime/themes/gruvbox_light_hard.toml
new file mode 100644
index 00000000..4a48116e
--- /dev/null
+++ b/runtime/themes/gruvbox_light_hard.toml
@@ -0,0 +1,7 @@
+# Author : Twinkle <saintwinkle@gmail.com>
+# The theme uses the gruvbox light palette with hard contrast: github.com/morhetz/gruvbox
+
+inherits = "gruvbox_light"
+
+[palette]
+bg0 = "#f9f5d7" # main background
diff --git a/runtime/themes/gruvbox_light_soft.toml b/runtime/themes/gruvbox_light_soft.toml
new file mode 100644
index 00000000..a29b2373
--- /dev/null
+++ b/runtime/themes/gruvbox_light_soft.toml
@@ -0,0 +1,7 @@
+# Author : Twinkle <saintwinkle@gmail.com>
+# The theme uses the gruvbox light palette with soft contrast: github.com/morhetz/gruvbox
+
+inherits = "gruvbox_light"
+
+[palette]
+bg0 = "#f2e5bc" # main background