Skip to content

Commit 55e2969

Browse files
echoriikupathwave
authored andcommitted
Fix readability of highlighted text on the rose_pine themes using official palettes (helix-editor#4221)
1 parent f388b22 commit 55e2969

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

runtime/themes/rose_pine.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ rose = "#ebbcba"
7979
pine = "#31748f"
8080
foam = "#9ccfd8"
8181
iris = "#c4a7e7"
82-
highlight = "#2a2837"
83-
highlightInactive = "#211f2d"
84-
highlightOverlay = "#3a384a"
82+
highlight = "#403d52"
83+
highlightInactive = "#21202e"
84+
highlightOverlay = "#524f67"

runtime/themes/rose_pine_dawn.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ rose = "#d7827e"
7676
pine = "#286983"
7777
foam = "#56949f"
7878
iris = "#907aa9"
79-
highlight = "#eee9e6"
80-
highlightInactive = "#f2ede9"
81-
highlightOverlay = "#e4dfde"
79+
highlight = "#dfdad9"
80+
highlightInactive = "#f4ede8"
81+
highlightOverlay = "#cecacd"

runtime/themes/rose_pine_moon.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ rose = "#ea9a97"
8383
pine = "#3e8fb0"
8484
foam = "#9ccfd8"
8585
iris = "#c4a7e7"
86-
highlight = "#2a283e"
87-
highlightInactive = "#44415a"
86+
highlight = "#44415a"
87+
highlightInactive = "#2a283e"
8888
highlightOverlay = "#56526e"

0 commit comments

Comments
 (0)