|
|
@ -98,9 +98,12 @@
|
|
|
|
"ui.help" = { fg = "shade06", bg = "shade01" }
|
|
|
|
"ui.help" = { fg = "shade06", bg = "shade01" }
|
|
|
|
"ui.text" = "shade05"
|
|
|
|
"ui.text" = "shade05"
|
|
|
|
"ui.text.focus" = { fg = "shade07", bg = "light_blue" }
|
|
|
|
"ui.text.focus" = { fg = "shade07", bg = "light_blue" }
|
|
|
|
|
|
|
|
|
|
|
|
"ui.virtual" = "shade03"
|
|
|
|
"ui.virtual" = "shade03"
|
|
|
|
"ui.virtual.ruler" = { bg = "shade01" }
|
|
|
|
"ui.virtual.ruler" = { bg = "shade01" }
|
|
|
|
"ui.virtual.inlay-hint" = { fg = "shade03_darker" }
|
|
|
|
"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" = { fg = "shade05", bg = "shade01" }
|
|
|
|
"ui.menu.selected" = { fg = "shade07", bg = "light_blue" }
|
|
|
|
"ui.menu.selected" = { fg = "shade07", bg = "light_blue" }
|
|
|
|
|
|
|
|
|
|
|
@ -108,6 +111,7 @@
|
|
|
|
"info" = "light_blue"
|
|
|
|
"info" = "light_blue"
|
|
|
|
"warning" = "orange"
|
|
|
|
"warning" = "orange"
|
|
|
|
"error" = "red"
|
|
|
|
"error" = "red"
|
|
|
|
|
|
|
|
|
|
|
|
"diagnostic" = { modifiers = [] }
|
|
|
|
"diagnostic" = { modifiers = [] }
|
|
|
|
"diagnostic.hint" = { underline = { color = "shade04", style = "line" } }
|
|
|
|
"diagnostic.hint" = { underline = { color = "shade04", style = "line" } }
|
|
|
|
"diagnostic.info" = { underline = { color = "light_blue", style = "line" } }
|
|
|
|
"diagnostic.info" = { underline = { color = "light_blue", style = "line" } }
|
|
|
|