Dark mode unless explicitely disabled (sorry)

This commit is contained in:
Ajay
2022-01-24 23:27:00 -05:00
parent 8455ac8b39
commit 8d5f244d2f
5 changed files with 25 additions and 16 deletions

View File

@@ -52,6 +52,7 @@ interface SBConfig {
},
scrollToEditTimeUpdate: boolean,
categoryPillUpdate: boolean,
lightMode: boolean,
skipKeybind: Keybind,
startSponsorKeybind: Keybind,
@@ -207,6 +208,7 @@ const Config: SBObject = {
autoSkipOnMusicVideos: false,
scrollToEditTimeUpdate: false, // false means the tooltip will be shown
categoryPillUpdate: false,
lightMode: false,
/**
* Default keybinds should not set "code" as that's gonna be different based on the user's locale. They should also only use EITHER ctrl OR alt modifiers (or none).