mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 11:35:25 +00:00
21 lines
455 B
TOML
21 lines
455 B
TOML
# general
|
|
background = '#002b36'
|
|
border_fg = '#586e75'
|
|
text_fg = '#eee8d5'
|
|
dimmed_text_fg = '#93a1a1'
|
|
# input
|
|
input_text_fg = '#cb4b16'
|
|
result_count_fg = '#cb4b16'
|
|
# results
|
|
result_name_fg = '#268bd2'
|
|
result_line_number_fg = '#b58900'
|
|
result_value_fg = '#657b83'
|
|
selection_bg = '#073642'
|
|
match_fg = '#cb4b16'
|
|
# preview
|
|
preview_title_fg = '#859900'
|
|
# modes
|
|
channel_mode_fg = '#2aa198'
|
|
remote_control_mode_fg = '#859900'
|
|
send_to_channel_mode_fg = '#dc322f'
|