Themes

theme = "<string>"
KeyDescriptionDefault
theme1Name of the theme to use2""3
1

theme is a root key, so it must be placed before any section.

2

Name of theme file inside themes folder.

3

Using Ferra by default.

Custom themes

To create a custom theme for Halloy, simply place a theme file (with a .toml extension) inside the themes folder within the configuration directory.

💡 The configuration direction can be found here.

A custom theme is structured as follows.

name = "<string>"

[palette]
background = "<string>"
text = "<string>"
action = "<string>"
accent = "<string>"
alert = "<string>"
error = "<string>"
info = "<string>"
success = "<string>"
KeyDescription
nameName of the theme to use
paletteColors expect a hex color string. Eg: "#2b292d"