WKSu / trilium-solarized-theme

A solarized theme for the notetaking app Trilium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trilium Solarized Theme

A solarized theme for the notetaking app Trilium.

image

Installation

  • 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 (or dark)
  • Go to options and select this theme šŸ„³

solarized.css applies either the dark or light theme based on a media query.

Updating the repo

Install sass:

sudo npm install -g sass

After changes, rebuild solarized.css:

sass --no-source-map solarized.scss solarized.css

About

A solarized theme for the notetaking app Trilium.


Languages

Language:CSS 75.7%Language:SCSS 24.3%