Makes a color theme that does not make the eyes bleed
This commit is contained in:
@@ -45,43 +45,50 @@ tmux_conf_new_session_prompt=false
|
|||||||
# - false (default)
|
# - false (default)
|
||||||
tmux_conf_24b_colour=true
|
tmux_conf_24b_colour=true
|
||||||
|
|
||||||
# default theme
|
th_color_black="#2A2A2A"
|
||||||
tmux_conf_theme_colour_1="#080808" # dark gray
|
th_color_black_light="#424242"
|
||||||
tmux_conf_theme_colour_2="#303030" # gray
|
th_color_red="#E44455"
|
||||||
tmux_conf_theme_colour_3="#8a8a8a" # light gray
|
th_color_red_light="#FF7485"
|
||||||
tmux_conf_theme_colour_4="#00afff" # light blue
|
th_color_orange="#F5864F"
|
||||||
tmux_conf_theme_colour_5="#ffff00" # yellow
|
th_color_orange_light="#FFB67F"
|
||||||
tmux_conf_theme_colour_6="#080808" # dark gray
|
th_color_yellow="#F0C15A"
|
||||||
tmux_conf_theme_colour_7="#e4e4e4" # white
|
th_color_yellow_light="#FFF18A"
|
||||||
tmux_conf_theme_colour_8="#080808" # dark gray
|
th_color_green="#BAC85B"
|
||||||
tmux_conf_theme_colour_9="#ffff00" # yellow
|
th_color_green_light="#EAF88B"
|
||||||
tmux_conf_theme_colour_10="#ff00af" # pink
|
th_color_cyan="#57C1B2"
|
||||||
tmux_conf_theme_colour_11="#5fff00" # green
|
th_color_cyan_light="#87F1E2"
|
||||||
tmux_conf_theme_colour_12="#8a8a8a" # light gray
|
th_color_blue="#69A9D7"
|
||||||
tmux_conf_theme_colour_13="#e4e4e4" # white
|
th_color_blue_light="#99D9FF"
|
||||||
tmux_conf_theme_colour_14="#080808" # dark gray
|
th_color_magenta="#C798D4"
|
||||||
tmux_conf_theme_colour_15="#080808" # dark gray
|
th_color_magenta_light="#F7C8FF"
|
||||||
tmux_conf_theme_colour_16="#d70000" # red
|
th_color_gray="#969896"
|
||||||
tmux_conf_theme_colour_17="#e4e4e4" # white
|
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
|
# window style
|
||||||
tmux_conf_theme_window_fg="default"
|
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:
|
# highlight focused pane (tmux >= 2.1), possible values are:
|
||||||
# - true
|
# - true
|
||||||
# - false (default)
|
# - false (default)
|
||||||
tmux_conf_theme_highlight_focused_pane=true
|
tmux_conf_theme_highlight_focused_pane=false
|
||||||
|
|
||||||
# focused pane colours:
|
# focused pane colours:
|
||||||
tmux_conf_theme_focused_pane_bg="$tmux_conf_theme_colour_2"
|
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}
|
||||||
# - #{username_ssh}
|
# - #{username_ssh}
|
||||||
tmux_conf_theme_status_left=" ❐ #S "
|
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
|
# status left style
|
||||||
tmux_conf_theme_status_left_fg="$tmux_conf_theme_colour_6,$tmux_conf_theme_colour_7,$tmux_conf_theme_colour_8"
|
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:
|
# battery bar length (in number of symbols), possible values are:
|
||||||
# - auto
|
# - auto
|
||||||
# - a number, e.g. 5
|
# - a number, e.g. 5
|
||||||
tmux_conf_battery_bar_length="auto"
|
tmux_conf_battery_bar_length="5"
|
||||||
|
|
||||||
# battery bar palette, possible values are:
|
# battery bar palette, possible values are:
|
||||||
# - gradient (default)
|
# - gradient (default)
|
||||||
|
|||||||
Reference in New Issue
Block a user