diff --git a/channel/web/static/js/console.js b/channel/web/static/js/console.js index 372a0c9..7746160 100644 --- a/channel/web/static/js/console.js +++ b/channel/web/static/js/console.js @@ -95,7 +95,7 @@ function toggleLanguage() { // ===================================================================== // Theme // ===================================================================== -let currentTheme = localStorage.getItem('cow_theme') || 'light'; +let currentTheme = localStorage.getItem('cow_theme') || 'dark'; function applyTheme() { const root = document.documentElement;