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
480 B
TOML
22 lines
480 B
TOML
# general
|
|
background = '#1e1e2e'
|
|
border_fg = '#6c7086'
|
|
text_fg = '#cdd6f4'
|
|
dimmed_text_fg = '#6c7086'
|
|
# input
|
|
input_text_fg = '#f38ba8'
|
|
result_count_fg = '#f38ba8'
|
|
# results
|
|
result_name_fg = '#89b4fa'
|
|
result_line_number_fg = '#f9e2af'
|
|
result_value_fg = '#b4befe'
|
|
selection_fg = '#a6e3a1'
|
|
selection_bg = '#313244'
|
|
match_fg = '#f38ba8'
|
|
# preview
|
|
preview_title_fg = '#fab387'
|
|
# modes
|
|
channel_mode_fg = '#f5c2e7'
|
|
remote_control_mode_fg = '#a6e3a1'
|
|
send_to_channel_mode_fg = '#89dceb'
|