base16-noctalia

August 1, 2026 ยท View on GitHub

This is a tinted-theming set for the Noctalia desktop shell

Basic Usage

download the theme you want and copy it into your ~/config/noctalia/palettes/ directory

then you can either

  1. set the custom theme in the UI
  2. run $noctalia msg color-scheme-set custom base16-ayu-dark
  3. add the following to your Noctalia settings
[theme]
custom_palette = "base16-ayu-dark"
source = "custom"

Tinty Usage

first run $ mkdir ~/.config/noctalia/palettes/

Add the following toml settings to your Tinty ~/.config/tinted-theming/tinty/config.toml file:

[[items]]
path = "https://github.com/LePetitPrince-4/base16-noctalia"
name = "noctalia"
themes-dir = "palettes"
hook = "cp -f $TINTY_THEME_FILE_PATH ~/.config/noctalia/palettes/tinty.json && noctalia msg color-scheme-set custom tinty"

Community

License

MIT License