aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/naysayer.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/naysayer.toml b/runtime/themes/naysayer.toml
index 8922b3e2..41530d14 100644
--- a/runtime/themes/naysayer.toml
+++ b/runtime/themes/naysayer.toml
@@ -20,13 +20,13 @@
"ui.help" = { fg = "text", bg = "bg" }
"ui.popup" = { fg = "text", bg = "bg" }
"ui.menu" = { fg = "text", bg = "bg" }
-"ui.menu.selected" = { fg = "text", bg = "bg" }
+"ui.menu.selected" = { fg = "text", bg = "bg", modifiers = ['underlined'] }
"ui.window" = { bg = "bg" }
"diagnostic.error" = { bg = "error", fg = "text", modifiers = ["bold"] }
"diagnostic.warning" = { bg = "warning", fg = "text", modifiers = ["bold"] }
"diagnostic.hint" = { bg = "cyan", modifiers = ["bold"] }
"ui.bufferline" = { fg = "text", bg = "bg" }
-"ui.bufferline.active" = { fg = "text", bg = "bg" }
+"ui.bufferline.active" = { fg = "text", bg = "bg", modifiers = ['underlined'] }
"ui.gutter.selected" = { bg = "highlight-line", modifiers = ["bold"] }
"ui.highlight" = { bg = "highlight-line" }