mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
theme: show active selection and buffer for naysayer theme (#8838)
This commit is contained in:
parent
39aa6fa646
commit
2acf5e365e
@ -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…
Reference in New Issue
Block a user