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}
|
||||
|
||||
selection-foreground = {text}
|
||||
selection-background = {highlight}
|
||||
selection-background = {highlightMed}
|
||||
|
||||
urls = {iris}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue