summaryrefslogtreecommitdiffstats
path: root/yo_light.toml
diff options
context:
space:
mode:
authorMichael McClintock <mrmcc3@gmail.com>2023-01-17 06:40:25 +1000
committerMichael McClintock <mrmcc3@gmail.com>2023-01-17 06:40:25 +1000
commit922b3700109a5e35a6299f592e8068c26165ea8e (patch)
tree30a1a6aa607cc99ea3005d1475f8f256a7b5869d /yo_light.toml
parent415580a058fa3b6a7b030a72efc3ab5a79755fb0 (diff)
downloadyo-theme-helix-922b3700109a5e35a6299f592e8068c26165ea8e.tar.gz
tweaks
Diffstat (limited to 'yo_light.toml')
-rw-r--r--yo_light.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/yo_light.toml b/yo_light.toml
index 8a4000f..92f5936 100644
--- a/yo_light.toml
+++ b/yo_light.toml
@@ -28,6 +28,10 @@ inherits = "yo_dark"
"ui.selection.primary" = { fg = "alt12", bg = "alt6" }
"ui.cursorline.primary" = { bg = "gray4" }
+# line numbers
+"ui.linenr" = { fg = "gray8" }
+"ui.linenr.selected" = { fg = "alt8" }
+
# statusline
"ui.statusline" = { fg = "gray11", bg = "gray5" }
"ui.statusline.inactive" = { fg = "gray11", bg = "gray3" }