aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/ayu_light.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/ayu_light.toml')
-rw-r--r--runtime/themes/ayu_light.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml
index d4cb56de..6c405381 100644
--- a/runtime/themes/ayu_light.toml
+++ b/runtime/themes/ayu_light.toml
@@ -36,11 +36,15 @@
# Interface
"ui.background"= { bg = "background" }
-"ui.cursor" = { fg = "dark_gray", bg = "orange" }
+"ui.cursor" = { fg = "dark_gray", bg = "yellow" }
+"ui.cursor.primary" = { fg = "dark_gray", bg = "orange" }
"ui.cursor.match" = "orange"
"ui.linenr" = "dark_gray"
"ui.linenr.selected" = "gray"
"ui.statusline" = { fg = "foreground", bg = "black" }
+"ui.statusline.normal" = { fg = "black", bg = "blue" }
+"ui.statusline.insert" = { fg = "black", bg = "orange" }
+"ui.statusline.select" = { fg = "black", bg = "magenta" }
"ui.cursorline" = { bg = "black" }
"ui.popup" = { fg = "#7B91b3", bg = "black" }
"ui.window" = "dark_gray"