Joplin uses CodeMirror, so tags prefaced by .cm
should be compatible with any other application built with CodeMirror.
- Go to
Tool > Options
(Ctrl
+,
) - Select
Apperance
tab - Go to Advanced Settings
- Under
Custom stylesheet for rendered Markdown
, clickEdit
and copy in the contents of userstyle.css - Do the same for
Custom stylesheet for Joplin-wide app styles
with the contents of userchrome.css - Restart (Either with killing Joplin in task manager or through the taskbar process list, then re-opening)
$ cp css/* ~/.config/joplin-desktop
This should be done after every git pull
update
Automatically syncs repo changes, requires stow
$ rm ~/.config/joplin-desktop/userchrome.css ~/.config/joplin-desktop/userstyle.css # delete existing theme files
$ stow -t ~/.config/joplin-desktop/ css/ # within project directory
If using the 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 |