Implement light / dark theme scheduling #9

Open
opened 2025-01-20 09:28:04 -06:00 by cswimr · 2 comments
Owner

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](https://search.nixos.org/packages?channel=24.11&show=kdePackages.koi&from=0&size=50&sort=relevance&type=packages&query=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";`
cswimr self-assigned this 2025-01-20 09:28:04 -06:00
Author
Owner

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.

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.
Author
Owner

what was i thinking 😭

what was i thinking 😭
Sign in to join this conversation.
No description provided.