summaryrefslogtreecommitdiff
path: root/runtime/themes/rose_pine.toml
diff options
context:
space:
mode:
authorechoriiku2022-10-17 01:34:38 +0000
committerGitHub2022-10-17 01:34:38 +0000
commitb29531ceab18625b3994f48937cf7bbef8f3ab89 (patch)
treeb45d4810068b204523084c39108ae73fd23c5955 /runtime/themes/rose_pine.toml
parenta330b5d224274d3ca01def99408ce9e614a97c94 (diff)
Fix readability of highlighted text on the rose_pine themes using official palettes (#4221)
Diffstat (limited to 'runtime/themes/rose_pine.toml')
-rw-r--r--runtime/themes/rose_pine.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml
index 06be3083..14e240dd 100644
--- a/runtime/themes/rose_pine.toml
+++ b/runtime/themes/rose_pine.toml
@@ -79,6 +79,6 @@ rose = "#ebbcba"
pine = "#31748f"
foam = "#9ccfd8"
iris = "#c4a7e7"
-highlight = "#2a2837"
-highlightInactive = "#211f2d"
-highlightOverlay = "#3a384a"
+highlight = "#403d52"
+highlightInactive = "#21202e"
+highlightOverlay = "#524f67"