Skip to content

Commit

Permalink
theme: show active selection and buffer for naysayer theme (helix-edi…
Browse files Browse the repository at this point in the history
  • Loading branch information
nshern authored and mtoohey31 committed Jun 2, 2024
1 parent 57efeb6 commit 089d529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/themes/naysayer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 089d529

Please sign in to comment.