mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
feat(ui): add vague theme
This commit is contained in:
parent
b33c0b9bb5
commit
5aa3e3bd83
20
themes/vague.toml
Normal file
20
themes/vague.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# general
|
||||||
|
background = '#18191a'
|
||||||
|
border_fg = '#9a9ab2'
|
||||||
|
text_fg = '#cdcdcd'
|
||||||
|
dimmed_text_fg = '#646477'
|
||||||
|
# input
|
||||||
|
input_text_fg = '#d2788c'
|
||||||
|
result_count_fg = '#d2788c'
|
||||||
|
# results
|
||||||
|
result_name_fg = '#9a9ab2'
|
||||||
|
result_line_number_fg = '#d2a374'
|
||||||
|
result_value_fg = '#646477'
|
||||||
|
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'
|
Loading…
x
Reference in New Issue
Block a user