From e72ad1e731877570c6f728e1490485e4b31524a5 Mon Sep 17 00:00:00 2001 From: not Date: Sun, 9 Apr 2023 20:14:48 -0500 Subject: [PATCH] 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> --- runtime/themes/rose_pine.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index ea17ac224..e1d968941 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"