aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/hex_toxic.toml
diff options
context:
space:
mode:
authorPORTALSURFER2022-10-21 22:35:02 +0000
committerGitHub2022-10-21 22:35:02 +0000
commita449192ee9fb6ed59530b3c95e96d2211e6b7e5d (patch)
tree73e65ca1bd09854449bea14bb86bb0291ae1cfd2 /runtime/themes/hex_toxic.toml
parent664064b3cca49479c3e893f4865e64cb587d2f61 (diff)
Added 2 new themes (#4367)
Diffstat (limited to 'runtime/themes/hex_toxic.toml')
-rw-r--r--runtime/themes/hex_toxic.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/runtime/themes/hex_toxic.toml b/runtime/themes/hex_toxic.toml
new file mode 100644
index 00000000..3cd878be
--- /dev/null
+++ b/runtime/themes/hex_toxic.toml
@@ -0,0 +1,30 @@
+inherits = "hex_steel"
+
+[palette]
+t1 = "#101719"
+t2 = "#152432"
+t3 = "#4b5968"
+t4 = "#8792ab"
+t5 = "#6f91bc"
+t6 = "#8bb2b9"
+t7 = "#eeac90"
+t8 = "#b0bd9f"
+t9 = "#b3ccd0"
+t10 = "#b0d4d8"
+t11 = "#ffbf52"
+
+highlight = "#ff2e5f"
+highlight_two = "#0affa9"
+highlight_three = "#d7ff52"
+
+black = "#000000"
+
+selection = "#290019"
+
+comment = "#396884"
+comment_doc = "#234048"
+
+error = "#ff0900"
+warning = "#ffbf00"
+display = "#57ff89"
+info = "#dad7d5"