mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-03 01:50:12 +00:00

Fixes #229 <img width="1793" alt="Screenshot 2025-01-07 at 00 12 18" src="https://github.com/user-attachments/assets/f2158c70-b3ab-4c14-8856-eb8463efef8a" />
22 lines
515 B
TOML
22 lines
515 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'
|