Add a `themes` option to the television module, allowing users to define
custom themes that are written to `$XDG_CONFIG_HOME/television/themes/`
as individual TOML files. This follows the same pattern used by the
halloy and helix modules.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
20 lines
571 B
TOML
20 lines
571 B
TOML
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"
|