<img alt="MIT license" src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" align="center"> <img alt="On reddit" src="https://img.shields.io/badge/on-reddit-orange.svg?style=flat-square" align="center">
This repository is for user made themes for Super Productivity. The repository aims for easy theming from the CSS standpoint.
macOS oneliner:
wget https://raw.githubusercontent.com/johannesjo/super-productivity-themes/main/dist/dracula/dracula.css && mv dracula.css styles.css && cp styles.css ~/Library/Application\ Support/superProductivity/ && rm styles.css
macOS oneliner:
wget https://raw.githubusercontent.com/johannesjo/super-productivity-themes/main/dist/nord-polar-night/nord-polar-night.css && mv nord-polar-night.css styles.css && cp styles.css ~/Library/Application\ Support/superProductivity/ && rm styles.css
macOS oneliner:
wget https://raw.githubusercontent.com/johannesjo/super-productivity-themes/main/dist/nord-snow-storm/nord-snow-storm.css && mv nord-snow-storm.css styles.css && cp styles.css ~/Library/Application\ Support/superProductivity/ && rm styles.css
macOS oneliner:
wget https://raw.githubusercontent.com/johannesjo/super-productivity-themes/main/dist/arc/arc.css && mv arc.css styles.css && cp styles.css ~/Library/Application\ Support/superProductivity/ && rm styles.css
npm install
gulp
running while developing your theme or if you prefer simply task compiling instead of watching files, run gulp styles
after your changesAfter 6.1.2 you can use themes in Desktop version of the app. Follow these instructions:
There are two ways to test themes and make changes.
You can test your themes under the official super-productivity repository by doing the following:
git clone -branch styles-dev https://github.com/ronilaukkarinen/super-productivity.git
cd super-productivity
npm install
npm install -g @angular/cli
ng serve
npm start