From 1ec72aa6405dce132f6da1b3b9ee4c6efb31c32c Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 18 Apr 2022 21:11:17 +0000 Subject: [PATCH] rose pine: Renombrar 'inactive' a 'muted' (nombre upstream) --- themes/rose-pine-dawn.lua | 2 +- utils/rose-pine-convert.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,