summaryrefslogtreecommitdiffstats
path: root/yo_berry.toml
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-01-20 09:38:50 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-01-20 09:38:50 +1000
commitf39130b998fca17058e15288e497db12faa85408 (patch)
treeb8eaa8b580b54717630d7004e5c1bbbf3120d160 /yo_berry.toml
parent725effc8700f1f81ee4f069189a39014b841b114 (diff)
downloadyo-theme-helix-f39130b998fca17058e15288e497db12faa85408.tar.gz
rework themes. simplify. add berry vairants
Diffstat (limited to 'yo_berry.toml')
-rw-r--r--yo_berry.toml32
1 files changed, 32 insertions, 0 deletions
diff --git a/yo_berry.toml b/yo_berry.toml
new file mode 100644
index 0000000..4cf05cd
--- /dev/null
+++ b/yo_berry.toml
@@ -0,0 +1,32 @@
+# yo_berry - yo variant with berry colors
+
+# Helix theme inspired by Zenbones & Alabaster.
+# Author: Michael McClintock @mrmcc3
+# License: MIT
+
+inherits = "yo"
+
+[palette] # radix ui colors
+
+# primary - mauveDark
+p1 = "#161618"
+p2 = "#1c1c1f"
+p3 = "#232326"
+p4 = "#28282c"
+p5 = "#2e2e32"
+p6 = "#34343a"
+p7 = "#3e3e44"
+p8 = "#504f57"
+p9 = "#706f78"
+p10 = "#7e7d86"
+p11 = "#a09fa6"
+p12 = "#ededef"
+
+error = "#f04f88" # crimsonDark-10
+warning = "#ffef5c" # yellowDark-10
+info = "#369eff" # blueDark-10
+
+string = "#12a594" # teal-9
+constant = "#bd54c6" # plum-10
+keyword = "#9490e9" # custom
+