mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 13:51:41 +00:00

Fixes #211 <img width="2554" alt="Screenshot 2025-01-06 at 13 01 57" src="https://github.com/user-attachments/assets/3706b93a-4be1-4a88-8c3e-bfb71a36db50" />
21 lines
485 B
TOML
21 lines
485 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_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'
|