television/themes/gruvbox-dark.toml
Alexandre Pasmantier 913aa85af0
feat(themes): add support for ui themes (#114)
fixes #80 

### examples
| gruvbox | solarized |
| :-: | :-: |
| <img width="1792" alt="gruvbox"
src="https://github.com/user-attachments/assets/c0c168a5-5c95-4113-93fd-24b34a9344d8"
/> | ![Screenshot 2024-12-13 at 14 38
57](https://github.com/user-attachments/assets/368e3e37-7fdd-493a-8c0b-47e3731ae67b)
|
2024-12-13 14:54:38 +01:00

20 lines
432 B
TOML

# general
border_fg = '#928374'
text_fg = '#ebdbb2'
dimmed_text_fg = '#a89984'
# input
input_text_fg = '#fb4934'
result_count_fg = '#cc241d'
# results
result_name_fg = '#83a598'
result_line_number_fg = '#fabd2f'
result_value_fg = '#ebdbb2'
selection_bg = '#32302f'
match_fg = '#fb4934'
# preview
preview_title_fg = '#b8bb26'
# modes
channel_mode_fg = '#b16286'
remote_control_mode_fg = '#8ec07c'
send_to_channel_mode_fg = '#458588'