summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-11-10 15:22:07 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-11-10 15:22:07 +1000
commit1bb882cef662b420909796299371614c4bec6f79 (patch)
tree23b5099bb8320983ecf9c5d6a975b0dc1c6a8cbd
parentd75f49a795786fb8a0d8f8279a17c0762d8029e0 (diff)
downloadyo-theme-helix-1bb882cef662b420909796299371614c4bec6f79.tar.gz
update themes to new radix colours
-rw-r--r--yo.toml46
-rw-r--r--yo_berry.toml36
-rw-r--r--yo_berry_dark.toml10
-rw-r--r--yo_berry_light.toml4
-rw-r--r--yo_dark.toml10
-rw-r--r--yo_light.toml31
6 files changed, 74 insertions, 63 deletions
diff --git a/yo.toml b/yo.toml
index 10b6df8..bdea6b0 100644
--- a/yo.toml
+++ b/yo.toml
@@ -69,7 +69,10 @@ constant = { fg = "constant" }
"string.special.symbol" = { fg = "constant" }
variable = { fg = "p10" }
namespace = { fg = "p10" }
-punctuation = { fg = "p11" }
+
+"punctuation.bracket" = { fg = "p9" }
+"punctuation.delimiter" = { fg = "p8" }
+
function = { fg = "p11" }
attribute = { fg = "p11" }
tag = { fg = "p12" }
@@ -91,23 +94,24 @@ markup = { fg = "p9" }
[palette] # radix ui colors
# primary - sandDark
-p1 = "#161615"
-p2 = "#1c1c1a"
-p3 = "#232320"
-p4 = "#282826"
-p5 = "#2e2e2b"
-p6 = "#353431"
-p7 = "#3e3e3a"
-p8 = "#51504b"
-p9 = "#717069"
-p10 = "#7f7e77"
-p11 = "#a1a09a"
-p12 = "#ededec"
-
-error = "#f2555a" # redDark-10
-warning = "#ffcb47" # amberDark-10
-info = "#369eff" # blueDark-10
-
-string = "#46a758" # green-9
-constant = "#8e4ec6" # purple-9
-keyword = "#a18072" # bronze-9
+p1 = "#111110"
+p2 = "#191918"
+p3 = "#222221"
+p4 = "#2a2a28"
+p5 = "#31312e"
+p6 = "#3b3a37"
+p7 = "#494844"
+p8 = "#62605b"
+p9 = "#6f6d66"
+p10 = "#7c7b74"
+p11 = "#b5b3ad"
+p12 = "#eeeeec"
+
+error = "#ec6142" # tomatoDark-10
+warning = "#ffd60a" # amberDark-10
+info = "#3b9eff" # blueDark-10
+
+string = "#53b365" # grass-10
+constant = "#9a5cd0" # purple-10
+keyword = "#ae8c7e" # bronze-10
+
diff --git a/yo_berry.toml b/yo_berry.toml
index 4cf05cd..e8568d8 100644
--- a/yo_berry.toml
+++ b/yo_berry.toml
@@ -9,24 +9,24 @@ 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"
+p1 = "#121113"
+p2 = "#1a191b"
+p3 = "#232225"
+p4 = "#2b292d"
+p5 = "#323035"
+p6 = "#3c393f"
+p7 = "#49474e"
+p8 = "#625f69"
+p9 = "#6f6d78"
+p10 = "#7c7a85"
+p11 = "#b5b2bc"
+p12 = "#eeeef0"
-error = "#f04f88" # crimsonDark-10
-warning = "#ffef5c" # yellowDark-10
-info = "#369eff" # blueDark-10
+error = "#ee518a" # crimsonDark-10
+warning = "#ffff57" # yellowDark-10
+info = "#3b9eff" # blueDark-10
-string = "#12a594" # teal-9
-constant = "#bd54c6" # plum-10
-keyword = "#9490e9" # custom
+string = "#0eb39e" # teal-10
+constant = "#b658c4" # plum-10
+keyword = "#9eb1ff" # indigo-11
diff --git a/yo_berry_dark.toml b/yo_berry_dark.toml
index 166bd3a..d0c9fb6 100644
--- a/yo_berry_dark.toml
+++ b/yo_berry_dark.toml
@@ -10,9 +10,9 @@ inherits = "yo_berry"
# primary - mauveDark. shift p1-p5 -> p2-p6
-p2 = "#161618"
-p3 = "#1c1c1f"
-p4 = "#232326"
-p5 = "#28282c"
-p6 = "#2e2e32"
+p2 = "#121113"
+p3 = "#1a191b"
+p4 = "#232225"
+p5 = "#2b292d"
+p6 = "#323035"
diff --git a/yo_berry_light.toml b/yo_berry_light.toml
index 57682af..81f3c76 100644
--- a/yo_berry_light.toml
+++ b/yo_berry_light.toml
@@ -26,5 +26,7 @@ error = "#e03177" # crimson-10
warning = "#ed5f00" # orange-10
info = "#0081f1" # blue-10
-constant = "#a43cb4" # plum-10
+string = "#12a594" # teal-9
+constant = "#ab4aba" # plum-9
+keyword = "#5151cd" # iris-10
diff --git a/yo_dark.toml b/yo_dark.toml
index 49502ac..a190c7d 100644
--- a/yo_dark.toml
+++ b/yo_dark.toml
@@ -10,8 +10,8 @@ inherits = "yo"
# in the default theme p1 is unused. shift p1-p5 -> p2-p6
-p2 = "#161615"
-p3 = "#1c1c1a"
-p4 = "#232320"
-p5 = "#282826"
-p6 = "#2e2e2b"
+p2 = "#111110"
+p3 = "#191918"
+p4 = "#222221"
+p5 = "#2a2a28"
+p6 = "#31312e"
diff --git a/yo_light.toml b/yo_light.toml
index 3967bb4..89d42ed 100644
--- a/yo_light.toml
+++ b/yo_light.toml
@@ -11,17 +11,22 @@ inherits = "yo"
# primary - sand
p1 = "#fdfdfc"
p2 = "#f9f9f8"
-p3 = "#f3f3f2"
-p4 = "#eeeeec"
-p5 = "#e9e9e6"
-p6 = "#e3e3e0"
-p7 = "#dbdbd7"
-p8 = "#c8c7c1"
-p9 = "#90908c"
-p10 = "#868682"
-p11 = "#706f6c"
-p12 = "#1b1b18"
+p3 = "#f1f0ef"
+p4 = "#e9e8e6"
+p5 = "#e2e1de"
+p6 = "#dad9d6"
+p7 = "#cfceca"
+p8 = "#bcbbb5"
+p9 = "#8d8d86"
+p10 = "#82827c"
+p11 = "#63635e"
+p12 = "#21201c"
+
+error = "#dd4425" # tomato-10
+warning = "#ffba18" # amber-10
+info = "#0588f0" # blue-10
+
+string = "#46a758" # grass-9
+constant = "#8e4ec6" # purple-9
+keyword = "#a18072" # bronze-9
-error = "#dc3d43" # red-10
-warning = "#ed5f00" # orange-10
-info = "#0081f1" # blue-10