Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--runtime/themes/cyan_light.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/themes/cyan_light.toml b/runtime/themes/cyan_light.toml
index a35ad584..d8c93fe7 100644
--- a/runtime/themes/cyan_light.toml
+++ b/runtime/themes/cyan_light.toml
@@ -98,9 +98,12 @@
"ui.help" = { fg = "shade06", bg = "shade01" }
"ui.text" = "shade05"
"ui.text.focus" = { fg = "shade07", bg = "light_blue" }
+
"ui.virtual" = "shade03"
"ui.virtual.ruler" = { bg = "shade01" }
"ui.virtual.inlay-hint" = { fg = "shade03_darker" }
+"ui.virtual.jump-label" = { fg = "shade07", bg = "shade01", modifiers = ["bold" ] }
+
"ui.menu" = { fg = "shade05", bg = "shade01" }
"ui.menu.selected" = { fg = "shade07", bg = "light_blue" }
@@ -108,6 +111,7 @@
"info" = "light_blue"
"warning" = "orange"
"error" = "red"
+
"diagnostic" = { modifiers = [] }
"diagnostic.hint" = { underline = { color = "shade04", style = "line" } }
"diagnostic.info" = { underline = { color = "light_blue", style = "line" } }