Skip to content

Commit

Permalink
theme(rose-pine): Improve whitespace and search matches colors (helix…
Browse files Browse the repository at this point in the history
…-editor#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

rose-pine/helix#4

Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com>
  • Loading branch information
2 people authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 3f094ce commit ad72489
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/themes/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 ad72489

Please sign in to comment.