theme: show active selection and buffer for naysayer theme (#8838)

pull/8861/head
Niklas Alexander Shern 7 months ago committed by GitHub
parent 39aa6fa646
commit 2acf5e365e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" }

Loading…
Cancel
Save