https://github.com/rollecode/todoist-dracula-theme
🧛🏻♂️ Dracula theme for Todoist
https://github.com/rollecode/todoist-dracula-theme
Last synced: 27 days ago
JSON representation
🧛🏻♂️ Dracula theme for Todoist
- Host: GitHub
- URL: https://github.com/rollecode/todoist-dracula-theme
- Owner: rollecode
- Created: 2021-04-08T13:55:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T16:39:04.000Z (about 5 years ago)
- Last Synced: 2026-05-02T13:33:35.257Z (28 days ago)
- Language: SCSS
- Size: 828 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧛🏻♂️ Dracula theme for Todoist
## Development
1. Run `npm install`
2. Run `scss --style compressed style.scss > style.css`
## Mac app
1. Set up Todoist dark theme from settings
2. Git clone this repository
3. Install [nativefier](https://github.com/nativefier/nativefier)
4. Run following command (Change /Users/rolle/... to correct path)
``` shell
nativefier --name 'Todoist' 'https://todoist.com/app/today' --darwin-dark-mode-support --background-color '#22252e' --browserwindow-options '{ "webPreferences": { "spellcheck": false } }' --inject /Users/rolle/Projects/todoist-dracula-theme/style.css --icon /Users/rolle/Projects/todoist-dracula-theme/icon.icns
```