mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
revert: improve palette contrast (#207)
This commit restores the official palette colours. A future update will address contrast.
This commit is contained in:
parent
bfa2d2b2fb
commit
188190f285
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ local variants = {
|
||||||
love = "#eb6f92",
|
love = "#eb6f92",
|
||||||
gold = "#f6c177",
|
gold = "#f6c177",
|
||||||
rose = "#ebbcba",
|
rose = "#ebbcba",
|
||||||
pine = "#3e8fb0",
|
pine = "#31748f",
|
||||||
foam = "#9ccfd8",
|
foam = "#9ccfd8",
|
||||||
iris = "#c4a7e7",
|
iris = "#c4a7e7",
|
||||||
highlight_low = "#21202e",
|
highlight_low = "#21202e",
|
||||||
|
|
@ -45,7 +45,7 @@ local variants = {
|
||||||
overlay = "#f2e9e1",
|
overlay = "#f2e9e1",
|
||||||
muted = "#9893a5",
|
muted = "#9893a5",
|
||||||
subtle = "#797593",
|
subtle = "#797593",
|
||||||
text = "#464261",
|
text = "#575279",
|
||||||
love = "#b4637a",
|
love = "#b4637a",
|
||||||
gold = "#ea9d34",
|
gold = "#ea9d34",
|
||||||
rose = "#d7827e",
|
rose = "#d7827e",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue