Implement light / dark theme scheduling #9
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
koi allows for scheduling dark mode and light mode in KDE Plasma. Additionally, I need to set the following VSCode settings:
"window.autoDetectColorScheme": true;
"workbench.preferredLightColorTheme": "Catppuccin Latte";
"workbench.preferredDarkColorTheme": "Catppuccin Mocha";
koi probably isn't a good option for this, it seems flaky and doesn't work the greatest. It also is fairly unmaintained as far as I can tell. I'm considering building my own theme scheduling application for KDE.