aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorNiklas Alexander Shern2023-11-18 01:44:01 +0000
committerGitHub2023-11-18 01:44:01 +0000
commit2acf5e365e3a24ef244665435824ccb1abbef80a (patch)
tree57c34b019a28b2e2eb83d34bcb49763cb9ded15b /runtime/themes
parent39aa6fa646aeae08f4156558af199df1ecba4638 (diff)
theme: show active selection and buffer for naysayer theme (#8838)
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" }