rose-pine-dawn: Colores nuevos de selección
This commit is contained in:
parent
08f35148f1
commit
1631b2e071
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue