
Catppuccin for television
- Download your preferred flavor and accent combination from
themes/
. - Move the downloaded file to the
themes/
folder of your television configuration directory (see https://github.com/alexpasmantier/television/blob/main/README.md#configuration). - Add the following to your television configuration file (
config.toml
), replacing<flavor>
and<accent>
with the flavor and accent you chose.
[ui]
theme = "catppuccin-<flavor>-<accent>.toml"
In other words, the value of the ui.theme
key should match the filename of the file downloaded previously.
- If you have a catppuccin/bat theme installed, add the following again to your television configuration file:
[previewers.file]
theme = "Catppuccin <flavor>"
Where <flavor>
is the name of the catppuccin/bat flavor you would like to use, such as "Mocha".
This repository uses Whiskers to generate theme files. Edit the television.tera
template, and run either whiskers television.tera
or just build
(if you have just installed) to update the files in themes/
.
Copyright © 2021-present Catppuccin Org