NicKoehler / trilium-theme-catppuccin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for Trilium

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

About

This is the Catppuccin theme for the hierarchical note taking application Trilium Notes. The theme is still a work in progress, contributions are welcome 😻.

Usage

Change accent color (Optional)

The default accent color is mauve, if you want to change it, use the download script:

Linux

sh -c "$(curl -sS https://raw.githubusercontent.com/SadAlexa/trilium-theme-catppuccin/main/change-accent.sh)"

Windows

(iwr https://raw.githubusercontent.com/SadAlexa/trilium-theme-catppuccin/main/change-accent.ps1).Content | iex

Please follow the official instructions here.

In a nutshell:

Install the theme by following these steps:

  • copy the css (raw) content of your favorite palette (or from the downloaded file if you used the download script)
  • paste it into a new trilium code note (type: CSS) named "catppuccin-theme"
  • add a new attribute to the catppuccin-theme note (Alt + A)
    • either copy & paste #appTheme=catppuccin to the node's attributes
    • or use the UI with these settings
      • Type: Label
      • Name: appTheme
      • Value: catppuccin
      • inheritable: not ticked
  • go to Menu > Options
  • select it as your new theme

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About


Languages

Language:CSS 82.5%Language:PowerShell 11.7%Language:Shell 5.8%