rose pine: Renombrar 'inactive' a 'muted' (nombre upstream)
This commit is contained in:
parent
16081d13f7
commit
1ec72aa640
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ local theme = {
|
||||||
base = "faf4ed",
|
base = "faf4ed",
|
||||||
surface = "fffaf3",
|
surface = "fffaf3",
|
||||||
overlay = "f2e9de",
|
overlay = "f2e9de",
|
||||||
inactive = "9893a5",
|
muted = "9893a5",
|
||||||
subtle = "6e6a86",
|
subtle = "6e6a86",
|
||||||
text = "575279",
|
text = "575279",
|
||||||
love = "b4637a",
|
love = "b4637a",
|
||||||
|
|
|
@ -3,7 +3,7 @@ return function (theme)
|
||||||
background = theme.base,
|
background = theme.base,
|
||||||
backgroundish = theme.overlay,
|
backgroundish = theme.overlay,
|
||||||
foreground = theme.text,
|
foreground = theme.text,
|
||||||
foregroundish = theme.subtle,
|
foregroundish = theme.muted,
|
||||||
accent = theme.love,
|
accent = theme.love,
|
||||||
accentish = theme.rose,
|
accentish = theme.rose,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue