AutoYADM commit: 2025-02-17 16:00:07
This commit is contained in:
parent
1445925661
commit
0a958d18cf
2 changed files with 22 additions and 1 deletions
|
@ -44,7 +44,7 @@ input_bar_position = "bottom"
|
||||||
# A list of builtin themes can be found in the `themes` directory of the television
|
# A list of builtin themes can be found in the `themes` directory of the television
|
||||||
# repository. You may also create your own theme by creating a new file in a `themes`
|
# repository. You may also create your own theme by creating a new file in a `themes`
|
||||||
# directory in your configuration directory (see the `config.toml` location above).
|
# directory in your configuration directory (see the `config.toml` location above).
|
||||||
theme = "gruvbox-dark"
|
theme = "ashen"
|
||||||
|
|
||||||
# Previewers settings
|
# Previewers settings
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
|
|
21
.config/television/themes/ashen.toml
Normal file
21
.config/television/themes/ashen.toml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# general
|
||||||
|
background = '#121212'
|
||||||
|
border_fg = '#737373'
|
||||||
|
text_fg = '#b4b4b4'
|
||||||
|
dimmed_text_fg = '#949494'
|
||||||
|
# input
|
||||||
|
input_text_fg = '#b4b4b4'
|
||||||
|
result_count_fg = '#4A8B8B'
|
||||||
|
# results
|
||||||
|
result_name_fg = '#a7a7a7'
|
||||||
|
result_line_number_fg = '#f9e2af'
|
||||||
|
result_value_fg = '#b4befe'
|
||||||
|
selection_fg = '#d5d5d5'
|
||||||
|
selection_bg = '#323232'
|
||||||
|
match_fg = '#f38ba8'
|
||||||
|
# preview
|
||||||
|
preview_title_fg = '#fab387'
|
||||||
|
# modes
|
||||||
|
channel_mode_fg = '#f5c2e7'
|
||||||
|
remote_control_mode_fg = '#a6e3a1'
|
||||||
|
send_to_channel_mode_fg = '#89dceb'
|
Loading…
Add table
Add a link
Reference in a new issue