()
| 1019 | }; |
| 1020 | |
| 1021 | const getCurrentTheme = function () { |
| 1022 | return $("body").classList.contains("kdark") ? "dark" : "light"; |
| 1023 | }; |
| 1024 | |
| 1025 | const getKcgHueStorageKey = function (theme) { |
| 1026 | return theme === "dark" ? "k_kcgHue_dark" : "k_kcgHue_light"; |
no test coverage detected