From e3734f1658c2f00a92e17fc16749d2049387e727 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 24 Jul 2021 14:23:36 +0100 Subject: [PATCH] switching meta theme color to background color --- src/js/theme-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/theme-controller.js b/src/js/theme-controller.js index 6c5c3372f..314c17c28 100644 --- a/src/js/theme-controller.js +++ b/src/js/theme-controller.js @@ -106,7 +106,7 @@ export function apply(themeName) { $(".keymap-key").attr("style", ""); ChartController.updateAllChartColors(); updateFavicon(32, 14); - $("#metaThemeColor").attr("content", ThemeColors.main); + $("#metaThemeColor").attr("content", ThemeColors.bg); }, 500); }