Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/ayu_light.toml')
-rw-r--r--runtime/themes/ayu_light.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/runtime/themes/ayu_light.toml b/runtime/themes/ayu_light.toml
index c3ab1d4f..d4cb56de 100644
--- a/runtime/themes/ayu_light.toml
+++ b/runtime/themes/ayu_light.toml
@@ -36,15 +36,11 @@
# Interface
"ui.background"= { bg = "background" }
-"ui.cursor" = { fg = "dark_gray", bg = "yellow" }
-"ui.cursor.primary" = { fg = "dark_gray", bg = "orange" }
+"ui.cursor" = { 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"
@@ -66,13 +62,10 @@
"diagnostic.info"= { underline = { color = "blue", style = "curl" } }
"diagnostic.warning"= { underline = { color = "yellow", style = "curl" } }
"diagnostic.error"= { underline = { color = "red", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"ui.bufferline" = { fg = "gray", bg = "background" }
"ui.bufferline.active" = { fg = "foreground", bg = "dark_gray" }
"ui.debug" = { fg = "orange", bg = "background" }
"ui.highlight.frameline" = { bg = "#cfe0f2" }
-"ui.virtual.jump-label" = { fg = "red", modifiers = ["italic", "bold"] }
"special" = "orange"