theme(rose-pine): Improve whitespace and search matches colors (#6679)
* feat: make whitespace characters more readable * feat: make search matches more discernable * fix: reduce importance of whitespace characters * feat: add background to ui.text.focus https://github.com/rose-pine/helix/pull/4 Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com>
This commit is contained in:
parent
894c2b9edb
commit
e72ad1e731
1 changed files with 3 additions and 2 deletions
|
@ -32,11 +32,11 @@
|
|||
"ui.help" = { fg = "subtle", bg = "overlay" }
|
||||
|
||||
"ui.text" = { fg = "text" }
|
||||
# "ui.text.focus" = {}
|
||||
"ui.text.focus" = { bg = "overlay" }
|
||||
"ui.text.info" = { fg = "subtle" }
|
||||
|
||||
"ui.virtual.ruler" = { bg = "overlay" }
|
||||
"ui.virtual.whitespace" = { fg = "highlight_low" }
|
||||
"ui.virtual.whitespace" = { fg = "highlight_high" }
|
||||
"ui.virtual.indent-guide" = { fg = "muted" }
|
||||
"ui.virtual.inlay-hint" = { fg = "subtle" }
|
||||
|
||||
|
@ -61,6 +61,7 @@
|
|||
"diagnostic.info" = { underline = { color = "foam", style = "curl" } }
|
||||
"diagnostic.warning" = { underline = { color = "gold", style = "curl" } }
|
||||
"diagnostic.error" = { underline = { color = "love", style = "curl" } }
|
||||
"special" = "rose"
|
||||
|
||||
"attribute" = "iris"
|
||||
|
||||
|
|
Loading…
Reference in a new issue