A solarized theme for the notetaking app Trilium.
- Copy the contents of the
solarized.css
file into a Trilium note. - Change the type of the note to CSS.
- Add the label
#appTheme=solarized-light
(ordark
) - Go to options and select this theme 🥳
- Solarized Dark does not play well with CodeMirror.
Install sass:
sudo npm install -g sass
After changes, rebuild solarized.css
:
sass solarized.scss solarized.css