From 0a958d18cfd4bcc0723b6692fb9cae7d731c327b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 17 Feb 2025 16:00:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-17 16:00:07 --- .config/television/config.toml | 2 +- .config/television/themes/ashen.toml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .config/television/themes/ashen.toml diff --git a/.config/television/config.toml b/.config/television/config.toml index 25442905..5b3bafd7 100644 --- a/.config/television/config.toml +++ b/.config/television/config.toml @@ -44,7 +44,7 @@ input_bar_position = "bottom" # 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` # directory in your configuration directory (see the `config.toml` location above). -theme = "gruvbox-dark" +theme = "ashen" # Previewers settings # ---------------------------------------------------------------------------- diff --git a/.config/television/themes/ashen.toml b/.config/television/themes/ashen.toml new file mode 100644 index 00000000..1a6306c7 --- /dev/null +++ b/.config/television/themes/ashen.toml @@ -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'