mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Theme: Papercolor: Add ui.highlight (#6162)
Using the picker with syntax highlighting the fallback `ui.selection` makes a lot of text, especially for the light variant, hard to read. Instead, use a lighter background for highlights
This commit is contained in:
parent
a2e54167d8
commit
cf153080d7
@ -7,6 +7,7 @@
|
|||||||
"ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]}
|
"ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]}
|
||||||
"ui.selection" = {bg="selection_background", fg="selection_foreground"}
|
"ui.selection" = {bg="selection_background", fg="selection_foreground"}
|
||||||
"ui.cursorline" = {bg="cursorline_background"}
|
"ui.cursorline" = {bg="cursorline_background"}
|
||||||
|
"ui.highlight" = {bg="cursorline_background"}
|
||||||
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
|
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
|
||||||
"ui.statusline.select" = {bg="background", fg="bright7"}
|
"ui.statusline.select" = {bg="background", fg="bright7"}
|
||||||
"ui.statusline.normal" = {bg="background", fg="bright3"}
|
"ui.statusline.normal" = {bg="background", fg="bright3"}
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"ui.text" = "foreground"
|
"ui.text" = "foreground"
|
||||||
"ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]}
|
"ui.text.focus" = { fg = "selection_background", modifiers = ["bold"]}
|
||||||
"ui.selection" = {bg="selection_background", fg="selection_foreground"}
|
"ui.selection" = {bg="selection_background", fg="selection_foreground"}
|
||||||
|
"ui.highlight" = {bg="cursorline_background"}
|
||||||
"ui.cursorline" = {bg="cursorline_background"}
|
"ui.cursorline" = {bg="cursorline_background"}
|
||||||
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
|
"ui.statusline" = {bg="paper_bar_bg", fg="regular0"}
|
||||||
"ui.statusline.select" = {bg="background", fg="bright7"}
|
"ui.statusline.select" = {bg="background", fg="bright7"}
|
||||||
|
Loading…
Reference in New Issue
Block a user