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.
This commit is contained in:
Aeledfyr
2023-06-06 18:25:18 -05:00
committed by Deimos
parent 3b20b1f83b
commit 46cef48be1

View File

@@ -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")
);