television/themes/solarized-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 = '#586e75'
text_fg = '#eee8d5'
dimmed_text_fg = '#93a1a1'
# input
input_text_fg = '#cb4b16'
result_count_fg = '#cb4b16'
# results
result_name_fg = '#268bd2'
result_line_number_fg = '#b58900'
result_value_fg = '#657b83'
selection_bg = '#073642'
match_fg = '#cb4b16'
# preview
preview_title_fg = '#859900'
# modes
channel_mode_fg = '#2aa198'
remote_control_mode_fg = '#859900'
send_to_channel_mode_fg = '#dc322f'