mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-04 18:45:23 +00:00
23 lines
507 B
TOML
23 lines
507 B
TOML
# general
|
|
background = '#282828'
|
|
border_fg = '#928374'
|
|
text_fg = '#ebdbb2'
|
|
dimmed_text_fg = '#a89984'
|
|
# input
|
|
input_text_fg = '#fb4934'
|
|
result_count_fg = '#cc241d'
|
|
# results
|
|
result_name_fg = '#83a598'
|
|
result_line_number_fg = '#fabd2f'
|
|
result_value_fg = '#ebdbb2'
|
|
selection_fg = '#b8bb26'
|
|
selection_bg = '#32302f'
|
|
match_fg = '#fb4934'
|
|
# preview
|
|
preview_title_fg = '#b8bb26'
|
|
# modes
|
|
channel_mode_fg = '#b16286'
|
|
remote_control_mode_fg = '#8ec07c'
|
|
send_to_channel_mode_fg = '#458588'
|
|
action_mode_fg = '#fb4934'
|