Quick Guide

How To Install a Halloy Theme

New to Halloy themes? Follow these quick steps to install a downloaded .toml theme file with confidence.

Steps

  1. 1 Download a theme .toml file from Halloy Themes.
  2. 2 Move the file into Halloy's themes directory.
  3. 3 In your config.toml, set the root key theme = "your-theme-name".
  4. 4 Restart Halloy to apply the theme.

Theme directory paths

Linux

~/.config/halloy/themes/

macOS

~/Library/Application Support/halloy/themes/

Windows

%APPDATA%\halloy\themes\

Minimal config example

theme = "foobar"

The theme key must be at the root of your config.

Need more details? See the official Halloy themes docs: halloy.chat/configuration/themes