diff --git a/themes/rose-pine-dawn.lua b/themes/rose-pine-dawn.lua index f094e2e..e5b1f2a 100644 --- a/themes/rose-pine-dawn.lua +++ b/themes/rose-pine-dawn.lua @@ -2,7 +2,7 @@ local theme = { base = "faf4ed", surface = "fffaf3", overlay = "f2e9de", - inactive = "9893a5", + muted = "9893a5", subtle = "6e6a86", text = "575279", love = "b4637a", diff --git a/utils/rose-pine-convert.lua b/utils/rose-pine-convert.lua index 00b9f70..f56b56d 100644 --- a/utils/rose-pine-convert.lua +++ b/utils/rose-pine-convert.lua @@ -3,7 +3,7 @@ return function (theme) background = theme.base, backgroundish = theme.overlay, foreground = theme.text, - foregroundish = theme.subtle, + foregroundish = theme.muted, accent = theme.love, accentish = theme.rose,