Table of Contents
Theming
Super Productivity includes built-in themes and can install local CSS theme files. Themes change presentation only; they do not change or sync task data.
Built-in Themes
The app ships with these themes, selectable under Settings → General → Theme:
- Default
- Arc
- Catppuccin Mocha
- Cybr (Cyberpunk)
- Dark Base
- Dracula
- Everforest
- Glass
- Lines
- Liquid Glass
- Nord Polar Night
- Nord Snow Storm
- Plainspace
- Rainbow
- Velvet
- Zen
You can also color-code individual projects and tags with custom primary, accent, and warn colors.
Project, tag, Today, and Inbox theme settings can also use separate background
images for light and dark mode. The Darken/lighten background image for better
contrast slider and the Blur background image slider are shown when at
least one background image is set. The blur slider defaults to 0px. The
Disable colored background tint setting is shown when at least one mode has no
background image and still uses the app's tinted background.
Custom CSS Themes
- Select Install theme and choose a
.cssfile. Installed themes are stored locally in IndexedDB and appear in the same theme list as the built-ins. - A theme should define at least
--surface-1,--surface-2,--ink, and--ink-on-channel. Missing tokens produce a warning and inherit the app defaults. - Themes installed through Settings cannot load remote or bundled assets. Remote URLs, relative URLs,
data:URLs,@import,src(), and files larger than 500 KB are rejected. - Only install themes from sources you trust. CSS cannot execute scripts, but it can hide or visually rearrange information.
Electron also retains the legacy optional styles.css file in the user data folder. It is unvalidated trusted-local CSS and can load resources, so use only CSS you control. See 3.06-User-Data for its location. The in-app installer is preferred because installed themes can be selected and removed from Settings.
Resources
- Ready-made themes: super-productivity-themes (dist) — download a
.cssfile and install it from Settings → General → Theme. - Create your own: super-productivity-themes — repo with info and examples for building custom themes.
Related
- 3.06-User-Data — User data folder location and
styles.cssbehavior.
1.00-Quickstarts
2.00-How_To
Using Super-Productivity
- 2.01-Downloads and Install
- 2.02-Restore-Data-From-Backup
- 2.03-Add-Tasks
- 2.04-Manage-Subtasks
- 2.05-Manage-Scheduled-Tasks
- 2.06-Manage-Repeating-Tasks
- 2.07-Manage-Task-Integrations
- 2.08-Choose-Sync-Backend
- 2.09-Configure-Sync-Backend
- 2.19-Sync-Proton-Drive-via-rclone
- 2.20-Import-from-Todoist
- 2.21-Manage-Plugins
- 2.13-Run-with-Docker
Contributing to Super-Productivity
- 2.18-Contribute-Translations
- 2.11-Run-the-Development-Server
- 2.16-Set-Up-Development-Environment
- 2.12-Package-the-App
- 2.14-Build-for-Android
- 2.15-Develop-a-Plugin
- 2.17-Add-a-New-Issue-Integration
3.00-Reference
- 3.01-API
- 3.02-Settings-and-Preferences
- 3.03-Keyboard-Shortcuts
- 3.04-Short-Syntax
- 3.05-Web-App-vs-Desktop
- 3.06-User-Data
- 3.07-Issue-Integration-Comparison
- 3.08-Sync-Integration-Comparison
- 3.09-Theming
4.00-Concepts
Data-and-Integrations
Organizing
- 4.06-Project-View
- 4.07-Tag-View
- 4.08-Time-Estimates
- 4.09-Task-Attributes
- 4.10-Task-Notes
- 4.11-Subtasks
Planning
Doing
- 4.01-The-Today-View
- 4.02-Inbox-View
- 4.05-Board-View
- 4.14-How-Time-Is-Logged
- 4.15-Timers-and-Focus-Mode
- 4.16-Break-Reminders
- 4.17-Idle-Time
- 4.08-Time-Estimates
Reviewing
If you have further questions, please refer to the discussions page.