https://github.com/ivfrost/joplin-adwaita-theme
GNOME Adwaita theme for Joplin
https://github.com/ivfrost/joplin-adwaita-theme
adwaita adwaita-theme gnome joplin
Last synced: about 1 year ago
JSON representation
GNOME Adwaita theme for Joplin
- Host: GitHub
- URL: https://github.com/ivfrost/joplin-adwaita-theme
- Owner: ivfrost
- License: gpl-3.0
- Created: 2025-04-03T16:30:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T14:29:29.000Z (about 1 year ago)
- Last Synced: 2025-05-28T15:38:08.224Z (about 1 year ago)
- Topics: adwaita, adwaita-theme, gnome, joplin
- Language: SCSS
- Homepage:
- Size: 23.2 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Adwaita Theme for Joplin
## Preview
## Installation
1. Download the latest release.
2. Extract the files and move `userchrome.css` and `userstyle.css` to the Joplin configuration directory:
- **Linux/macOS:** `~/.config/joplin-desktop/`
- **Windows:** `C:\Users\%USERNAME%\.config\joplin-desktop/`
3. Enable the dark theme from the Appearance settings.
4. (Optional but recommended) Install the following plugins:
- [CodePerfect](https://joplinapp.org/plugins/plugin/jl15988.JoplinCodePerfectPlugin/) (Required for showing code lines)
- [Outline](https://joplinapp.org/plugins/plugin/outline/)
- [Better Code Blocks](https://joplinapp.org/plugins/plugin/com.ckant.joplin-plugin-better-code-blocks/)
- [Github Alerts](https://joplinapp.org/plugins/plugin/com.github.alan-null.joplin-plugin-github-alerts/)
## Notes
- For development purposes, it's convenient creating hard links for the compiled stylesheets in the joplin config folder. From the root of the repository, run:
- `ln ./src/userchrome.css ~/.config/joplin-desktop/`
- `ln ./src/userstyle.css ~/.config/joplin-desktop/`
- (Fedora) If the emojis appear to not be rendering properly, you can try running this command to install missing dependencies: `sudo dnf group install -y input-methods`
- Source: [Joplin's Github Repository - Issues](https://github.com/laurent22/joplin/issues/10683)
## Resources
- [GNOME Human Interface Guidelines](https://developer.gnome.org/hig/index.html)
- [Icon Library](https://flathub.org/apps/org.gnome.design.IconLibrary)
## Credits
- [popcar](https://github.com/catppuccin/joplin) for the Catppuccin theme, which served as a base for creating this one.
- [stysebae](https://github.com/stysebae/joplin-vsc-material-theme) for the initial vsc-type themes on which the Catppuccin theme is based.