rose-pine-dawn: Colores nuevos de selección

This commit is contained in:
Cat /dev/Nulo 2022-04-10 18:42:51 -03:00
parent 08f35148f1
commit 1631b2e071
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ if theme.kind == "rose-pine" then
foreground = {text}
selection-foreground = {text}
selection-background = {highlight}
selection-background = {highlightMed}
urls = {iris}

View file

@ -11,9 +11,9 @@ local theme = {
pine = "286983",
foam = "56949f",
iris = "907aa9",
highlight = "eee9e6",
highlightInactive = "f2ede9",
highlightOverlay = "e4dfde",
highlightLow = "f4ede8",
highlightMed = "dfdad9",
highlightHigh = "cecacd",
dark = false,
}
return require('utils/rose-pine-convert')(theme)