From 476b357095f7447b15c9b4a5aebcceef707b89c2 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Wed, 19 Jan 2022 18:22:58 +0100 Subject: [PATCH] Makes a color theme that does not make the eyes bleed --- .tmux.conf.local | 85 ++++++++++++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 39 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index a33bd33..78b5ce3 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -45,43 +45,50 @@ tmux_conf_new_session_prompt=false # - false (default) tmux_conf_24b_colour=true -# default theme -tmux_conf_theme_colour_1="#080808" # dark gray -tmux_conf_theme_colour_2="#303030" # gray -tmux_conf_theme_colour_3="#8a8a8a" # light gray -tmux_conf_theme_colour_4="#00afff" # light blue -tmux_conf_theme_colour_5="#ffff00" # yellow -tmux_conf_theme_colour_6="#080808" # dark gray -tmux_conf_theme_colour_7="#e4e4e4" # white -tmux_conf_theme_colour_8="#080808" # dark gray -tmux_conf_theme_colour_9="#ffff00" # yellow -tmux_conf_theme_colour_10="#ff00af" # pink -tmux_conf_theme_colour_11="#5fff00" # green -tmux_conf_theme_colour_12="#8a8a8a" # light gray -tmux_conf_theme_colour_13="#e4e4e4" # white -tmux_conf_theme_colour_14="#080808" # dark gray -tmux_conf_theme_colour_15="#080808" # dark gray -tmux_conf_theme_colour_16="#d70000" # red -tmux_conf_theme_colour_17="#e4e4e4" # white +th_color_black="#2A2A2A" +th_color_black_light="#424242" +th_color_red="#E44455" +th_color_red_light="#FF7485" +th_color_orange="#F5864F" +th_color_orange_light="#FFB67F" +th_color_yellow="#F0C15A" +th_color_yellow_light="#FFF18A" +th_color_green="#BAC85B" +th_color_green_light="#EAF88B" +th_color_cyan="#57C1B2" +th_color_cyan_light="#87F1E2" +th_color_blue="#69A9D7" +th_color_blue_light="#99D9FF" +th_color_magenta="#C798D4" +th_color_magenta_light="#F7C8FF" +th_color_gray="#969896" +th_color_white="#EAEAEA" + + +# default theme +tmux_conf_theme_colour_1="$th_color_black_light" # dark gray +tmux_conf_theme_colour_2="$th_color_black" # gray +tmux_conf_theme_colour_3="$th_color_gray" # light gray +tmux_conf_theme_colour_4="$th_color_cyan_light" +#command-line +tmux_conf_theme_colour_5="$th_color_green" +#status left fg +tmux_conf_theme_colour_6="$th_color_black" # status_left fg +tmux_conf_theme_colour_7="$th_color_black" +tmux_conf_theme_colour_8="$th_color_black" # dark gray +#status left bg +tmux_conf_theme_colour_9="$th_color_magenta" # yellow +tmux_conf_theme_colour_10="$th_color_blue" # pink +tmux_conf_theme_colour_11="$th_color_green" # green +#tatus right fg +tmux_conf_theme_colour_12="$th_color_cyan" # light gray +tmux_conf_theme_colour_13="$th_color_white" # white +tmux_conf_theme_colour_14="$th_color_black" # dark gray +#status right bg +tmux_conf_theme_colour_15="$th_color_black" # dark gray +tmux_conf_theme_colour_16="$th_color_red" # red +tmux_conf_theme_colour_17="$th_color_white" # white -# default theme (ansi) -#tmux_conf_theme_colour_1="colour0" -#tmux_conf_theme_colour_2="colour8" -#tmux_conf_theme_colour_3="colour8" -#tmux_conf_theme_colour_4="colour14" -#tmux_conf_theme_colour_5="colour11" -#tmux_conf_theme_colour_6="colour0" -#tmux_conf_theme_colour_7="colour15" -#tmux_conf_theme_colour_8="colour0" -#tmux_conf_theme_colour_9="colour11" -#tmux_conf_theme_colour_10="colour13" -#tmux_conf_theme_colour_11="colour10" -#tmux_conf_theme_colour_12="colour8" -#tmux_conf_theme_colour_13="colour15" -#tmux_conf_theme_colour_14="colour0" -#tmux_conf_theme_colour_15="colour0" -#tmux_conf_theme_colour_16="colour1" -#tmux_conf_theme_colour_17="colour15" # window style tmux_conf_theme_window_fg="default" @@ -90,7 +97,7 @@ tmux_conf_theme_window_bg="default" # highlight focused pane (tmux >= 2.1), possible values are: # - true # - false (default) -tmux_conf_theme_highlight_focused_pane=true +tmux_conf_theme_highlight_focused_pane=false # focused pane colours: tmux_conf_theme_focused_pane_bg="$tmux_conf_theme_colour_2" @@ -223,7 +230,7 @@ tmux_conf_theme_right_separator_sub='\uE0B3' # PowerlineSymbols.otf font, see # - #{username} # - #{username_ssh} tmux_conf_theme_status_left=" ❐ #S " -tmux_conf_theme_status_right=" #{prefix}#{mouse}#{pairing}#{synchronized}#{?battery_status,#{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage}, }#{weather} , #{cpu_fg_color} #{cpu_percentage} #{ram_fg_color} #{ram_percentage} #{cpu_temp_fg_color}#{cpu_temp_icon}#{cpu_temp} , %R , %d %b |#{root}" +tmux_conf_theme_status_right=" #{prefix}#{pairing}#{synchronized} ,#{?battery_status,#{battery_status},}#{?battery_vbar, #{battery_vbar},}#{?battery_percentage, #{battery_percentage}, }#{weather}, #{cpu_fg_color} #{cpu_percentage} #{ram_fg_color} #{ram_percentage}#{?cpu_temp, #{cpu_temp_fg_color}#{cpu_temp_icon}#{cpu_temp},} , %R , %d %b |#{root}" # status left style tmux_conf_theme_status_left_fg="$tmux_conf_theme_colour_6,$tmux_conf_theme_colour_7,$tmux_conf_theme_colour_8" @@ -274,7 +281,7 @@ tmux_conf_battery_bar_symbol_empty="◻" # battery bar length (in number of symbols), possible values are: # - auto # - a number, e.g. 5 -tmux_conf_battery_bar_length="auto" +tmux_conf_battery_bar_length="5" # battery bar palette, possible values are: # - gradient (default)