mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 13:37:20 +00:00
1.4 KiB
1.4 KiB
Themes
Setting a theme
Set the theme in your config.yaml under the appearance section (see Configuration for file locations and merging rules):
appearance:
theme: dracula
Available values:
auto— detects your terminal background and picksdarkorlightautomatically (default)dark,light— built-in base themes- Any named theme listed below
Dark themes
dark
The built-in dark base theme. Used by auto when a dark terminal background is detected.
dracula
tokyo-night
gruvbox-dark
catppuccin-mocha
solarized-dark
nord
monokai
one-dark
Light themes
light
The built-in light base theme. Used by auto when a light terminal background is detected.













