diff options
author | echoriiku | 2022-10-17 01:34:38 +0000 |
---|---|---|
committer | GitHub | 2022-10-17 01:34:38 +0000 |
commit | b29531ceab18625b3994f48937cf7bbef8f3ab89 (patch) | |
tree | b45d4810068b204523084c39108ae73fd23c5955 | |
parent | a330b5d224274d3ca01def99408ce9e614a97c94 (diff) |
Fix readability of highlighted text on the rose_pine themes using official palettes (#4221)
-rw-r--r-- | runtime/themes/rose_pine.toml | 6 | ||||
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 6 | ||||
-rw-r--r-- | runtime/themes/rose_pine_moon.toml | 4 |
3 files changed, 8 insertions, 8 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" diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index 129ae9c7..c6609c21 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -76,6 +76,6 @@ rose = "#d7827e" pine = "#286983" foam = "#56949f" iris = "#907aa9" -highlight = "#eee9e6" -highlightInactive = "#f2ede9" -highlightOverlay = "#e4dfde" +highlight = "#dfdad9" +highlightInactive = "#f4ede8" +highlightOverlay = "#cecacd" diff --git a/runtime/themes/rose_pine_moon.toml b/runtime/themes/rose_pine_moon.toml index 4706bb17..fc27d2c0 100644 --- a/runtime/themes/rose_pine_moon.toml +++ b/runtime/themes/rose_pine_moon.toml @@ -83,6 +83,6 @@ rose = "#ea9a97" pine = "#3e8fb0" foam = "#9ccfd8" iris = "#c4a7e7" -highlight = "#2a283e" -highlightInactive = "#44415a" +highlight = "#44415a" +highlightInactive = "#2a283e" highlightOverlay = "#56526e" |