Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehvix/joplin-onedark
OneDark theme for Joplin
https://github.com/mehvix/joplin-onedark
joplin joplin-theme onedark
Last synced: 9 days ago
JSON representation
OneDark theme for Joplin
- Host: GitHub
- URL: https://github.com/mehvix/joplin-onedark
- Owner: Mehvix
- License: gpl-3.0
- Created: 2021-01-18T23:19:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T20:40:39.000Z (over 1 year ago)
- Last Synced: 2024-10-11T03:16:50.618Z (26 days ago)
- Topics: joplin, joplin-theme, onedark
- Language: Sass
- Homepage:
- Size: 82 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# joplin-onedark
Working with [Joplin](https://github.com/laurent22/joplin/) [2.9.17](https://github.com/laurent22/joplin/releases/tag/v2.9.17)
Joplin uses [CodeMirror](https://codemirror.net/), so tags prefaced by `.cm` should be compatible with any other application built with CodeMirror.
## Installing
1. Go to `Tool > Options` (`Ctrl` + `,`)
2. Select `Apperance` tab
3. Go to Advanced Settings
4. Under `Custom stylesheet for rendered Markdown`, click `Edit` and copy in the contents of [userstyle.css](css/userstyle.css)
5. Do the same for `Custom stylesheet for Joplin-wide app styles` with the contents of [userchrome.css](css/userchrome.css)
6. Restart (Either with killing Joplin in task manager or through the taskbar process list, then re-opening)### Copying (Linux)
```sh
$ cp css/* ~/.config/joplin-desktop
```This should be done after every `git pull` update
### Using GNU stow (Linux)
Automatically syncs repo changes, requires [stow](https://www.gnu.org/software/stow/)
```sh
$ rm ~/.config/joplin-desktop/userchrome.css ~/.config/joplin-desktop/userstyle.css # delete existing theme files
$ stow -t ~/.config/joplin-desktop/ css/ # within project directory
```## Note Tabs
If using the [Joplin Note Tabs](https://github.com/benji300/joplin-note-tabs) addon, go to `Tools > Options > Note Tabs`
| Setting | Value |
| ------------------ | --------- |
| Background | `#21252b` |
| Hover Background | `#282c34` |
| Active Background | `#1d1f23` |
| Infobar Background | `#636d83` |
| Foreground | `#abb2bf` |
| Active Foreground | `#e2ebfd` |
| Divider | `#636d83` |