Back to Super Productivity

Theming

docs/wiki/3.09-Theming.md

18.4.41.2 KB
Original Source

Theming

Custom theming is supported on desktop (Electron) only. You load a single custom CSS file that overrides or extends the app's styles.

Built-in Themes

The app ships with several built-in themes that you can select from the settings:

  • Arc
  • Catppuccin Mocha
  • Cyberpunk
  • Dark Base
  • Dracula
  • Everforest
  • Glass
  • Nord Polar Night
  • Nord Snow Storm
  • Rainbow

You can also color-code individual projects and tags with custom primary, accent, and warn colors.

Custom CSS Themes

  • Place a file named styles.css in your user data folder (not in a subfolder). The app loads it at startup and injects it into the renderer.
  • Where that folder is and how to find it: [[3.06-User-Data]]. Invalid CSS may fail to load and is logged.

Resources

  • [[3.06-User-Data]] — User data folder location and styles.css behavior.