MyNixOS website logo

Each theme is written to $XDG_CONFIG_HOME/television/themes/NAME.toml.

See https://alexpasmantier.github.io/television/user-guide/themes for more information.

Declarations
Type
attribute set of (TOML value or strings concatenated with "\n" or absolute path)
Default
{ }
Example
{
  default = {
    action_picker_mode_bg = "magenta";
    action_picker_mode_fg = "black";
    border_fg = "bright-black";
    channel_mode_bg = "green";
    channel_mode_fg = "black";
    dimmed_text_fg = "white";
    input_text_fg = "bright-red";
    match_fg = "bright-red";
    preview_title_fg = "bright-magenta";
    remote_control_mode_bg = "yellow";
    remote_control_mode_fg = "black";
    result_count_fg = "bright-red";
    result_line_number_fg = "bright-yellow";
    result_name_fg = "bright-blue";
    result_value_fg = "white";
    selection_bg = "bright-black";
    selection_fg = "bright-green";
    send_to_channel_mode_fg = "cyan";
    text_fg = "bright-blue";
  };
}