aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/hex_lavender.toml
diff options
context:
space:
mode:
authorPORTALSURFER2022-12-04 02:06:40 +0000
committerGitHub2022-12-04 02:06:40 +0000
commite9d0645f66c6254e82c2b50000eb5660c128f26b (patch)
tree25af90bf9b359890cc8c559722a0a38c7a04c45f /runtime/themes/hex_lavender.toml
parent326a0dab069b65463db90e2647287c1e5b6b66aa (diff)
Adjusted hex themes for new gutter diff colors (#4990)
* added 2 themes * diff feature fixes adjusted the skin to better work with the new diff coloring features propagates to child skins like - hex_toxic * fine tuning so it all is a bit softer * fine tuning to be softer * added new version, lavender
Diffstat (limited to 'runtime/themes/hex_lavender.toml')
-rw-r--r--runtime/themes/hex_lavender.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/runtime/themes/hex_lavender.toml b/runtime/themes/hex_lavender.toml
new file mode 100644
index 00000000..974c486c
--- /dev/null
+++ b/runtime/themes/hex_lavender.toml
@@ -0,0 +1,31 @@
+inherits = "hex_steel"
+
+[palette]
+t1 = "#0e0e0d"
+t2 = "#121311"
+t3 = "#2b3444" #
+t4 = "#61586f"
+t5 = "#686e73"
+t6 = "#878480"
+t7 = "#897dca"
+t8 = "#7b89a3"
+t9 = "#bcb6ba"
+t10 = "#9db2b8"
+t11 = "#a0c7cf"
+
+highlight = "#ff2e5f"
+highlight_two = "#0affa9"
+highlight_three = "#29bbff"
+
+black = "#000000"
+
+selection = "#290019"
+
+comment = "#9aacfe"
+comment_doc = "#0affa9"
+
+error = "#ff0900"
+warning = "#ffbf00"
+display = "#57ff89"
+info = "#dad7d5"
+#