An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Logo


Adwaita Theme for Joplin

## Preview


Preview Image

## 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.