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 = '#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_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'
|