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" />
23 lines
549 B
TOML
23 lines
549 B
TOML
# general
|
|
# Comment this out to use your terminal's default background color
|
|
# background = '#18191a'
|
|
border_fg = '#6a6a7e'
|
|
text_fg = '#cdcdcd'
|
|
dimmed_text_fg = '#646477'
|
|
# input
|
|
input_text_fg = '#d2788c'
|
|
result_count_fg = '#d2788c'
|
|
# results
|
|
result_name_fg = '#9a9ac7'
|
|
result_line_number_fg = '#d2a374'
|
|
result_value_fg = '#646477'
|
|
selection_fg = '#8faf77'
|
|
selection_bg = '#282830'
|
|
match_fg = '#d2788c'
|
|
# preview
|
|
preview_title_fg = '#d2a374'
|
|
# modes
|
|
channel_mode_fg = '#8faf77'
|
|
remote_control_mode_fg = '#d2a374'
|
|
send_to_channel_mode_fg = '#d2788c'
|