diff options
author | not | 2023-04-10 01:14:48 +0000 |
---|---|---|
committer | GitHub | 2023-04-10 01:14:48 +0000 |
commit | e72ad1e731877570c6f728e1490485e4b31524a5 (patch) | |
tree | 0d5c0a34b67cfc6d357f17312b240f54b00584ca /runtime/themes | |
parent | 894c2b9edb112dd0a3f97c3955d5996929d2828c (diff) |
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>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/rose_pine.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index ea17ac22..e1d96894 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -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" |