A solarized theme for the notetaking app Trilium.
- Copy the contents of the
solarized.cssfile 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.css applies either the dark or light theme based on a media query.
Install sass:
sudo npm install -g sassAfter changes, rebuild solarized.css:
sass --no-source-map solarized.scss solarized.css