Skip to content

Commit

Permalink
theme(zenburn): separate theme for selection.ui.primary
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Jan 18, 2023
1 parent 5c7db7a commit 521e670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/themes/zenburn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"ui.linenr" = { fg = "#9fafaf", bg = "#262626"}
"ui.linenr.selected" = { modifiers = ["bold"]}
"ui.popup" = { bg = "uibg" }
"ui.selection" = { bg = "#2f2f2f" }
"ui.selection" = { bg = "#304a3d" }
"ui.selection.primary" = { bg = "#2f2f2f" }
"comment" = { fg = "#7f9f7f" }
"comment.block.documentation" = { fg = "black", modifiers = ["bold"] }
"ui.statusline" = { bg = "statusbg", fg = "#ccdc90" }
Expand Down

0 comments on commit 521e670

Please sign in to comment.