Skip to content

Commit 408029a

Browse files
echoriikuShekhinah Memmel
authored andcommitted
Fix readability of highlighted text on the rose_pine themes using official palettes (helix-editor#4221)
1 parent ecf3ac1 commit 408029a

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
@@ -85,6 +85,6 @@ rose = "#ebbcba"
8585
pine = "#31748f"
8686
foam = "#9ccfd8"
8787
iris = "#c4a7e7"
88-
highlight = "#2a2837"
89-
highlightInactive = "#211f2d"
90-
highlightOverlay = "#3a384a"
88+
highlight = "#403d52"
89+
highlightInactive = "#21202e"
90+
highlightOverlay = "#524f67"

runtime/themes/rose_pine_dawn.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ rose = "#d7827e"
8282
pine = "#286983"
8383
foam = "#56949f"
8484
iris = "#907aa9"
85-
highlight = "#eee9e6"
86-
highlightInactive = "#f2ede9"
87-
highlightOverlay = "#e4dfde"
85+
highlight = "#dfdad9"
86+
highlightInactive = "#f4ede8"
87+
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)