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 /runtime/themes/rose_pine_dawn.toml | |
parent | a330b5d224274d3ca01def99408ce9e614a97c94 (diff) |
Fix readability of highlighted text on the rose_pine themes using official palettes (#4221)
Diffstat (limited to 'runtime/themes/rose_pine_dawn.toml')
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 6 |
1 files changed, 3 insertions, 3 deletions
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" |