From bfe01bcb64e1eac4247dbfd6428de020bd548290 Mon Sep 17 00:00:00 2001 From: Mari Date: Mon, 19 Jul 2021 21:00:25 -0400 Subject: [PATCH] Add crystarium-dark and mordhona themes --- tmux/tmux.conf | 81 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 64 insertions(+), 17 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 82fec11..99c7b0b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -96,8 +96,8 @@ tmux_conf_battery_bar_palette="#ffe18a,#3179a2,none" #tmux_conf_battery_bar_palette="#d70000,#e4e4e4,#000000" # red, white, black %endif %if "#{==:#{host_short},crystarium}" -reya_theme_name="crystarium" -# crystarium theme +reya_theme_name="crystarium-light" +# crystarium light theme # Foreground for messages/tmux commands and any mode decorations (e.g., the line counter in scrollback). # Background for the vi-style command line (when set-option -g status-keys vi) and the overall status lines. tmux_conf_theme_colour_1="#ffe3d6" # eternal light white @@ -143,6 +143,54 @@ tmux_conf_theme_colour_17="#d262df" # lakeland purple tmux_conf_battery_bar_palette="#42765d,#e40808,none" #tmux_conf_battery_bar_palette="#d70000,#e4e4e4,#000000" # red, white, black %endif +%if "#{==:#{host_short},crystarium}" +reya_theme_name="crystarium-dark" +# crystarium dark theme +# Foreground for messages/tmux commands and any mode decorations (e.g., the line counter in scrollback). +# Background for the vi-style command line (when set-option -g status-keys vi) and the overall status lines. +tmux_conf_theme_colour_1="#112348" # night sky blue +# Foreground for the pane borders. +# Background for the status of the window that was last used, as well as the focused pane (if focused pane colors are enabled). +tmux_conf_theme_colour_2="#4c3006" # long-unused lantern gold +# Foreground for the status line and the status of normal (non-active, non-last-used) windows. +tmux_conf_theme_colour_3="#e4e4e4" # white +# Foreground for the active pane's border, the pane indicators, the clock, and the last window in the status bar. +# Background for the current window in the status bar. +tmux_conf_theme_colour_4="#f6c984" # long-unused lantern gold +# Foreground for the vi-style command line and the status of belled windows. +# Background for the tmux command line and mode decorations. +tmux_conf_theme_colour_5="#bb2acb" # lakeland purple +# Foreground for the first from the left status segment. +tmux_conf_theme_colour_6="#e4e4e4" # white +# Foreground for the second from the left status segment. +tmux_conf_theme_colour_7="#e4e4e4" # white +# Foreground for the [REBOOT] alert in the first status segment +tmux_conf_theme_colour_8="#f98b8b" # salmon pink +# Background for the first from the left status segment. +tmux_conf_theme_colour_9="#8e209b" # lakeland purple +# Background for the second from the left status segment. +tmux_conf_theme_colour_10="#217597" # crystal tower blue +# Foreground for the [ROOT] alert in the second status segment +tmux_conf_theme_colour_11="#e40808" # red +# Foreground for the third from the right status segment. +tmux_conf_theme_colour_12="#e4e4e4" # white +# Foreground for the second from the right status segment. +tmux_conf_theme_colour_13="#e4e4e4" # white +# Foreground for the first from the right status segment. +tmux_conf_theme_colour_14="#e4e4e4" # white +# Background for the third from the right status segment. +tmux_conf_theme_colour_15="#217597" # crystal tower blue +# Background for the second from the right status segment. +tmux_conf_theme_colour_16="#1f4184" # glass building blue +# Background for the first from the right status segment. +tmux_conf_theme_colour_17="#8e209b" # lakeland purple +# battery bar palette, possible values are: +# - gradient (default) +# - heat +# - "colour_full_fg,colour_empty_fg,colour_bg" +tmux_conf_battery_bar_palette="#ff651d,#1f4184,none" +#tmux_conf_battery_bar_palette="#d70000,#e4e4e4,#000000" # red, white, black +%endif %if "#{==:#{host_short},goldsaucer}" reya_theme_name="goldsaucer" # gold saucer theme @@ -242,50 +290,49 @@ tmux_conf_battery_bar_palette="#83f7f6,#a55054,none" %if "#{==:#{host_short},mordhona}" reya_theme_name="mordhona" # mor dhona theme -# TODO: finish this # Foreground for messages/tmux commands and any mode decorations (e.g., the line counter in scrollback). # Background for the vi-style command line (when set-option -g status-keys vi) and the overall status lines. -tmux_conf_theme_colour_1="#306d73" # gloomy library blue +tmux_conf_theme_colour_1="#22262f" # stony black # Foreground for the pane borders. # Background for the status of the window that was last used, as well as the focused pane (if focused pane colors are enabled). -tmux_conf_theme_colour_2="#080808" # bunnygirl black +tmux_conf_theme_colour_2="#41253b" # demon skies dark purple # Foreground for the status line and the status of normal (non-active, non-last-used) windows. tmux_conf_theme_colour_3="#f8f8f8" # white # Foreground for the active pane's border, the pane indicators, the clock, and the last window in the status bar. # Background for the current window in the status bar. -tmux_conf_theme_colour_4="#83f7f6" # the color of mana (blue) +tmux_conf_theme_colour_4="#fa8449" # corrupted crystal orange # Foreground for the vi-style command line and the status of belled windows. # Background for the tmux command line and mode decorations. -tmux_conf_theme_colour_5="#ffeb7c" # owlish yellow +tmux_conf_theme_colour_5="#a5f4f8" # crystal blue # Foreground for the first from the left status segment. -tmux_conf_theme_colour_6="#e4e4e4" # white +tmux_conf_theme_colour_6="#080808" # dark grey # Foreground for the second from the left status segment. tmux_conf_theme_colour_7="#e4e4e4" # white # Foreground for the [REBOOT] alert in the first status segment -tmux_conf_theme_colour_8="#f98b8b" # salmon pink +tmux_conf_theme_colour_8="#e40808" # red # Background for the first from the left status segment. -tmux_conf_theme_colour_9="#a55054" # dusty library carpet red +tmux_conf_theme_colour_9="#a5f4f8" # crystal blue # Background for the second from the left status segment. -tmux_conf_theme_colour_10="#9e904c" # dirty shelves gold +tmux_conf_theme_colour_10="#7f4772" # demon skies purple # Foreground for the [ROOT] alert in the second status segment -tmux_conf_theme_colour_11="#620404" # blood red +tmux_conf_theme_colour_11="#f98b8b" # salmon pink # Foreground for the third from the right status segment. tmux_conf_theme_colour_12="#e4e4e4" # white # Foreground for the second from the right status segment. tmux_conf_theme_colour_13="#e4e4e4" # white # Foreground for the first from the right status segment. -tmux_conf_theme_colour_14="#e4e4e4" # white +tmux_conf_theme_colour_14="#080808" # dark grey # Background for the third from the right status segment. -tmux_conf_theme_colour_15="#a55054" # dusty libary carpet red +tmux_conf_theme_colour_15="#a57d44" # hardy plant brown # Background for the second from the right status segment. -tmux_conf_theme_colour_16="#397962" # decaying green +tmux_conf_theme_colour_16="#7f4772" # demon skies purple # Background for the first from the right status segment. -tmux_conf_theme_colour_17="#4eacb5" # gloomy library window blue +tmux_conf_theme_colour_17="#a5f4f8" # crystal blue # battery bar palette, possible values are: # - gradient (default) # - heat # - "colour_full_fg,colour_empty_fg,colour_bg" -tmux_conf_battery_bar_palette="#83f7f6,#a55054,none" +tmux_conf_battery_bar_palette="#fa8449,#7f4772,none" #tmux_conf_battery_bar_palette="#d70000,#e4e4e4,#000000" # red, white, black %endif %if "#{==:${reya_theme_name},default}"