Skip to content

Mehvix/joplin-onedark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joplin-onedark

Working with Joplin 2.9.17

Joplin uses CodeMirror, 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
  5. Do the same for Custom stylesheet for Joplin-wide app styles with the contents of userchrome.css
  6. Restart (Either with killing Joplin in task manager or through the taskbar process list, then re-opening)

Copying (Linux)

$ cp css/* ~/.config/joplin-desktop

This should be done after every git pull update

Using GNU stow (Linux)

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

Note Tabs

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