Fix readability of highlighted text on the rose_pine themes using official palettes (#4221)
This commit is contained in:
parent
a330b5d224
commit
b29531ceab
3 changed files with 8 additions and 8 deletions
|
@ -79,6 +79,6 @@ rose = "#ebbcba"
|
|||
pine = "#31748f"
|
||||
foam = "#9ccfd8"
|
||||
iris = "#c4a7e7"
|
||||
highlight = "#2a2837"
|
||||
highlightInactive = "#211f2d"
|
||||
highlightOverlay = "#3a384a"
|
||||
highlight = "#403d52"
|
||||
highlightInactive = "#21202e"
|
||||
highlightOverlay = "#524f67"
|
||||
|
|
|
@ -76,6 +76,6 @@ rose = "#d7827e"
|
|||
pine = "#286983"
|
||||
foam = "#56949f"
|
||||
iris = "#907aa9"
|
||||
highlight = "#eee9e6"
|
||||
highlightInactive = "#f2ede9"
|
||||
highlightOverlay = "#e4dfde"
|
||||
highlight = "#dfdad9"
|
||||
highlightInactive = "#f4ede8"
|
||||
highlightOverlay = "#cecacd"
|
||||
|
|
|
@ -83,6 +83,6 @@ rose = "#ea9a97"
|
|||
pine = "#3e8fb0"
|
||||
foam = "#9ccfd8"
|
||||
iris = "#c4a7e7"
|
||||
highlight = "#2a283e"
|
||||
highlightInactive = "#44415a"
|
||||
highlight = "#44415a"
|
||||
highlightInactive = "#2a283e"
|
||||
highlightOverlay = "#56526e"
|
||||
|
|
Loading…
Add table
Reference in a new issue