From 46cef48be14920da1fb8104edc6c067de68ae1f2 Mon Sep 17 00:00:00 2001 From: Aeledfyr Date: Tue, 6 Jun 2023 18:25:18 -0500 Subject: [PATCH] Fix theme preview colors for the Zenburn theme No associated issue, just a minor fix to make the Zenburn theme use the correct colors for its button in the theme preview page, rather than the default theme colors. --- tildes/scss/themes/_zenburn.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tildes/scss/themes/_zenburn.scss b/tildes/scss/themes/_zenburn.scss index b53ea64..3899b73 100644 --- a/tildes/scss/themes/_zenburn.scss +++ b/tildes/scss/themes/_zenburn.scss @@ -43,6 +43,6 @@ body.theme-zenburn { @include theme-preview-block( "zenburn", - map-get($default-theme, "foreground-primary"), - map-get($default-theme, "background-primary") + map-get($theme-zenburn, "foreground-primary"), + map-get($theme-zenburn, "background-primary") );