mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-04 18:45:23 +00:00
23 lines
538 B
TOML
23 lines
538 B
TOML
# general
|
|
# background = 'black'
|
|
border_fg = 'bright-black'
|
|
text_fg = 'bright-blue'
|
|
dimmed_text_fg = 'white'
|
|
# input
|
|
input_text_fg = 'bright-red'
|
|
result_count_fg = 'bright-red'
|
|
# results
|
|
result_name_fg = 'bright-blue'
|
|
result_line_number_fg = 'bright-yellow'
|
|
result_value_fg = 'white'
|
|
selection_fg = 'bright-green'
|
|
selection_bg = 'bright-black'
|
|
match_fg = 'bright-red'
|
|
# preview
|
|
preview_title_fg = 'bright-magenta'
|
|
# modes
|
|
channel_mode_fg = 'green'
|
|
remote_control_mode_fg = 'yellow'
|
|
send_to_channel_mode_fg = 'cyan'
|
|
action_mode_fg = 'red'
|