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} foreground = {text}
selection-foreground = {text} selection-foreground = {text}
selection-background = {highlight} selection-background = {highlightMed}
urls = {iris} urls = {iris}

View file

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