summaryrefslogtreecommitdiffstats
path: root/yo_light.toml
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-01-16 10:58:39 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-01-16 10:58:39 +1000
commit415580a058fa3b6a7b030a72efc3ab5a79755fb0 (patch)
tree54aaeb3ae8c1a02f4d5f123265b33b852e174091 /yo_light.toml
parent18ee97f37bb57fbac6b82cd8417203a611e3c3c2 (diff)
downloadyo-theme-helix-415580a058fa3b6a7b030a72efc3ab5a79755fb0.tar.gz
format
Diffstat (limited to 'yo_light.toml')
-rw-r--r--yo_light.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/yo_light.toml b/yo_light.toml
index e3ddd32..8a4000f 100644
--- a/yo_light.toml
+++ b/yo_light.toml
@@ -1,16 +1,16 @@
# yo_light
# Helix theme inspired by Zenbones & Alabaster using the
-# radix color system - https://www.radix-ui.com/colors
+# radix color system https://www.radix-ui.com/colors
# Author: Michael McClintock @mrmcc3
# License: MIT
-inherits = "yo_dark"
+inherits = "yo_dark"
# bump up backgrounds by 1 so it's not too bright.
-"ui.background" = { fg = "gray11", bg = "gray3" }
+"ui.background" = { fg = "gray11", bg = "gray3" }
# popups/menus
"ui.popup" = { fg = "gray12", bg = "gray5" }
@@ -22,8 +22,8 @@ inherits = "yo_dark"
# cursor/selection
"ui.cursor" = { fg = "gray3", bg = "gray11" }
-"ui.cursor.insert" = { fg="alt3", bg="alt10" }
-"ui.cursor.select" = { fg="gray3", bg="gray12"}
+"ui.cursor.insert" = { fg = "alt3", bg = "alt10" }
+"ui.cursor.select" = { fg = "gray3", bg = "gray12" }
"ui.selection" = { fg = "gray12", bg = "gray6" }
"ui.selection.primary" = { fg = "alt12", bg = "alt6" }
"ui.cursorline.primary" = { bg = "gray4" }