Native looking macOS theme for note taking app Joplin
SCSS
346
318 commits
updated Aug 31, 2026
Native looking macOS theme for note taking app Joplin v2.2.4 and above. Also works on non-macOS devices.

Make sure you set ‘Appearance › Theme’ to either ‘Light’ or ‘Dark’. If you experience a flash when switching notebooks sync the Light/Dark-settings under ‘Appearance › Theme’ with the value selected under ‘macOS theme › Appearance’. For more customisation options see below.
After installing you can find an extra item named 'macOS theme' in Joplin's preferences. You need to restart Joplin for the changes to apply.
Mac users: If you want to use the native icons, download and install SF Pro from the Apple website here.
Windows users: If icons appear as empty squares or are missing, you need to manually install the Phosphor font. Download it from phosphoricons.com (direct download), unzip the file, install Fonts/regular/Phosphor.ttf, and restart Joplin.
Mac users: If you have the 'Icon family'-setting set to 'macOS native (SF Pro)' you need to have SF Pro installed from the Apple website. Note that this only works on macOS-devices.
⚠️ Joplin uses styled-components for styling, which makes it incredibly hard to theme the app. A lot of hacky CSS workarounds and !important’s were used. These may cause UI issues with future Joplin releases. Since it's just CSS, your data remains safe and you can easily revert the styles.
Feel free to create an issue or post a message on the forum if you run into issues.
If you're experiencing a blank screen after installing the plugin, this is likely due to an issue with emoji handling. Here's how to fix it:
First, locate your Joplin config directory:
~/.config/joplin-desktop%APPDATA%\Joplin~/.config/JoplinNavigate to the plugins folder and delete the .jpl file for the macOS theme plugin.
Restart Joplin.
To prevent this issue from occurring:
You can tweak the theme via Joplin's preferences. If you want to go all out follow the following steps to make your own build.
Install dependencies:
npm install
To build the plugin:
npm run dist
To update the plugin framework:
npm run update
To build the CSS and watch for changes:
npm run dev
The generated CSS will be available at: http://localhost:8080/macos-theme-for-joplin.css
Contributions (especially fixes) are very welcome!
Having to restart Joplin on every change is a bit of a pain. To speed things up and shorten the feedback loop:
npm run dev. This will watch for changes to the .scss files and rebuild the CSS.This works well most of the time, but do note that in some cases the changed styles interfere with the styles from the installed plugin. To check if that's the case you can ensure a clean environment by:
npm run builddist folder.SCSS
51.9%
TypeScript
38.5%
JavaScript
9.2%
Native looking macOS theme for note taking app Joplin
SCSS
346
318 commits
updated Aug 31, 2026
Native looking macOS theme for note taking app Joplin v2.2.4 and above. Also works on non-macOS devices.

Make sure you set ‘Appearance › Theme’ to either ‘Light’ or ‘Dark’. If you experience a flash when switching notebooks sync the Light/Dark-settings under ‘Appearance › Theme’ with the value selected under ‘macOS theme › Appearance’. For more customisation options see below.
After installing you can find an extra item named 'macOS theme' in Joplin's preferences. You need to restart Joplin for the changes to apply.
Mac users: If you want to use the native icons, download and install SF Pro from the Apple website here.
Windows users: If icons appear as empty squares or are missing, you need to manually install the Phosphor font. Download it from phosphoricons.com (direct download), unzip the file, install Fonts/regular/Phosphor.ttf, and restart Joplin.
Mac users: If you have the 'Icon family'-setting set to 'macOS native (SF Pro)' you need to have SF Pro installed from the Apple website. Note that this only works on macOS-devices.
⚠️ Joplin uses styled-components for styling, which makes it incredibly hard to theme the app. A lot of hacky CSS workarounds and !important’s were used. These may cause UI issues with future Joplin releases. Since it's just CSS, your data remains safe and you can easily revert the styles.
Feel free to create an issue or post a message on the forum if you run into issues.
If you're experiencing a blank screen after installing the plugin, this is likely due to an issue with emoji handling. Here's how to fix it:
First, locate your Joplin config directory:
~/.config/joplin-desktop%APPDATA%\Joplin~/.config/JoplinNavigate to the plugins folder and delete the .jpl file for the macOS theme plugin.
Restart Joplin.
To prevent this issue from occurring:
You can tweak the theme via Joplin's preferences. If you want to go all out follow the following steps to make your own build.
Install dependencies:
npm install
To build the plugin:
npm run dist
To update the plugin framework:
npm run update
To build the CSS and watch for changes:
npm run dev
The generated CSS will be available at: http://localhost:8080/macos-theme-for-joplin.css
Contributions (especially fixes) are very welcome!
Having to restart Joplin on every change is a bit of a pain. To speed things up and shorten the feedback loop:
npm run dev. This will watch for changes to the .scss files and rebuild the CSS.This works well most of the time, but do note that in some cases the changed styles interfere with the styles from the installed plugin. To check if that's the case you can ensure a clean environment by:
npm run builddist folder.SCSS
51.9%
TypeScript
38.5%
JavaScript
9.2%