We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798f349 commit 22d3dd3Copy full SHA for 22d3dd3
web/static/js/vimbin.js
@@ -6,7 +6,7 @@ document.addEventListener("DOMContentLoaded", function () {
6
)?.matches;
7
8
// If theme is set to "dark" or "auto" and the user prefers dark mode, return "catppuccino"
9
- if ((theme === "auto" || theme === "dark") && prefersDarkMode) {
+ if ((theme === "auto" && prefersDarkMode) || theme === "dark") {
10
return "catppuccin";
11
}
12
0 commit comments