Skip to content

Commit

Permalink
Improve whitespace and search matches colors (#4)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Iorvethe authored Apr 10, 2023
1 parent 43363be commit bf3c652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rose_pine.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand All @@ -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"

Expand Down

0 comments on commit bf3c652

Please sign in to comment.