theme(zenburn): separate theme for selection.ui.primary (#5573)
This commit is contained in:
parent
7868e5f2d8
commit
4d7082eb5c
1 changed files with 2 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue