mirror of
1
0
Fork 0

correct blacks

not #000000 but the background colour
This commit is contained in:
Geo Angelopoulos 2019-06-21 02:19:32 +03:00
parent 8705c7c838
commit fc229903f2
No known key found for this signature in database
GPG Key ID: 027545DF9D05B3C9
2 changed files with 13 additions and 13 deletions

View File

@ -796,17 +796,17 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# tmux_conf_theme_right_separator_main=${tmux_conf_theme_right_separator_main-''}
# tmux_conf_theme_right_separator_sub=${tmux_conf_theme_right_separator_sub-'|'}
#
# tmux_conf_theme_message_fg=${tmux_conf_theme_message_fg:-'colour16'} # black
# tmux_conf_theme_message_fg=${tmux_conf_theme_message_fg:-'colour0'} # black
# tmux_conf_theme_message_bg=${tmux_conf_theme_message_bg:-'colour11'} # yellow
# tmux_conf_theme_message_attr=${tmux_conf_theme_message_attr:-'bold'}
# tmux set -g message-style "fg=$tmux_conf_theme_message_fg,bg=$tmux_conf_theme_message_bg,$tmux_conf_theme_message_attr"
#
# tmux_conf_theme_message_command_fg=${tmux_conf_theme_message_command_fg:-'collour11'} # yellow
# tmux_conf_theme_message_command_bg=${tmux_conf_theme_message_command_bg:-'colour16'} # black
# tmux_conf_theme_message_command_bg=${tmux_conf_theme_message_command_bg:-'colour0'} # black
# tmux_conf_theme_message_command_attr=${tmux_conf_theme_message_command_attr:-'bold'}
# tmux set -g message-command-style "fg=$tmux_conf_theme_message_command_fg,bg=$tmux_conf_theme_message_command_bg,$tmux_conf_theme_message_command_attr"
#
# tmux_conf_theme_mode_fg=${tmux_conf_theme_mode_fg:-'colour16'} # black
# tmux_conf_theme_mode_fg=${tmux_conf_theme_mode_fg:-'colour0'} # black
# tmux_conf_theme_mode_bg=${tmux_conf_theme_mode_bg:-'colour11'} # yellow
# tmux_conf_theme_mode_attr=${tmux_conf_theme_mode_attr:-'bold'}
# tmux setw -g mode-style "fg=$tmux_conf_theme_mode_fg,bg=$tmux_conf_theme_mode_bg,$tmux_conf_theme_mode_attr"
@ -834,7 +834,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# tmux_conf_theme_window_status_attr=${tmux_conf_theme_window_status_attr:-'none'}
# tmux_conf_theme_window_status_format=${tmux_conf_theme_window_status_format:-'#I #W'}
#
# tmux_conf_theme_window_status_current_fg=${tmux_conf_theme_window_status_current_fg:-'colour16'} # black
# tmux_conf_theme_window_status_current_fg=${tmux_conf_theme_window_status_current_fg:-'colour0'} # black
# tmux_conf_theme_window_status_current_bg=${tmux_conf_theme_window_status_current_bg:-'colour12'} # light blue
# tmux_conf_theme_window_status_current_attr=${tmux_conf_theme_window_status_current_attr:-'bold'}
# tmux_conf_theme_window_status_current_format=${tmux_conf_theme_window_status_current_format:-'#I #W'}
@ -904,7 +904,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# # -- status left style
#
# tmux_conf_theme_status_left=${tmux_conf_theme_status_left-' ❐ #S '}
# tmux_conf_theme_status_left_fg=${tmux_conf_theme_status_left_fg:-'colour16,colour15,colour15'} # black, white , white
# tmux_conf_theme_status_left_fg=${tmux_conf_theme_status_left_fg:-'colour0,colour15,colour15'} # black, white , white
# tmux_conf_theme_status_left_bg=${tmux_conf_theme_status_left_bg:-'colour11,colour199,colour12'} # yellow, pink, white blue
# tmux_conf_theme_status_left_attr=${tmux_conf_theme_status_left_attr:-'bold,none,none'}
#
@ -991,7 +991,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# # -- status right style
#
# tmux_conf_theme_status_right=${tmux_conf_theme_status_right-'#{pairing}#{prefix} #{battery_status} #{battery_bar} #{battery_percentage} , %R , %d %b | #{username} | #{hostname} '}
# tmux_conf_theme_status_right_fg=${tmux_conf_theme_status_right_fg:-'colour248,colour15,colour16'} # light gray, white, black
# tmux_conf_theme_status_right_fg=${tmux_conf_theme_status_right_fg:-'colour248,colour15,colour0'} # light gray, white, black
# tmux_conf_theme_status_right_bg=${tmux_conf_theme_status_right_bg:-'colour234,colour9,colour15'} # dark gray, red, white
# tmux_conf_theme_status_right_attr=${tmux_conf_theme_status_right_attr:-'none,none,bold'}
#

View File

@ -71,17 +71,17 @@ tmux_conf_theme_pane_indicator='colour12' # light blue
tmux_conf_theme_pane_active_indicator='colour12' # light blue
# status line style
tmux_conf_theme_message_fg='colour16' # black
tmux_conf_theme_message_fg='colour0' # black
tmux_conf_theme_message_bg='colour11' # yellow
tmux_conf_theme_message_attr='bold'
# status line command style (<prefix> : Escape)
tmux_conf_theme_message_command_fg='colour11' # yellow
tmux_conf_theme_message_command_bg='colour16' # black
tmux_conf_theme_message_command_bg='colour0' # black
tmux_conf_theme_message_command_attr='bold'
# window modes style
tmux_conf_theme_mode_fg='colour16' # black
tmux_conf_theme_mode_fg='colour0' # black
tmux_conf_theme_mode_bg='colour11' # yellow
tmux_conf_theme_mode_attr='bold'
@ -123,7 +123,7 @@ tmux_conf_theme_window_status_format='#I #W'
# - #{hostname_ssh}
# - #{username}
# - #{username_ssh}
tmux_conf_theme_window_status_current_fg='colour16' # black
tmux_conf_theme_window_status_current_fg='colour0' # black
tmux_conf_theme_window_status_current_bg='colour12' # light blue
tmux_conf_theme_window_status_current_attr='bold'
tmux_conf_theme_window_status_current_format='#I #W'
@ -182,12 +182,12 @@ tmux_conf_theme_status_left=' ❐ #S | ↑#{?uptime_d, #{uptime_d}d,}#{?uptime_h
tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b | #{username}#{root} | #{hostname} '
# status left style
tmux_conf_theme_status_left_fg='colour16,colour15,colour15' # black, white , white
tmux_conf_theme_status_left_fg='colour0,colour15,colour15' # black, white , white
tmux_conf_theme_status_left_bg='colour11,colour199,colour12' # yellow, pink, white blue
tmux_conf_theme_status_left_attr='bold,none,none'
# status right style
tmux_conf_theme_status_right_fg='colour248,colour15,colour16' # light gray, white, black
tmux_conf_theme_status_right_fg='colour248,colour15,colour0' # light gray, white, black
tmux_conf_theme_status_right_bg='colour234,colour9,colour15' # dark gray, red, white
tmux_conf_theme_status_right_attr='none,none,bold'
@ -231,7 +231,7 @@ tmux_conf_battery_bar_length='auto'
# - heat
# - 'colour_full_fg,colour_empty_fg,colour_bg'
tmux_conf_battery_bar_palette='gradient'
#tmux_conf_battery_bar_palette='colour9,colour15,colour16' # red, white, black
#tmux_conf_battery_bar_palette='colour9,colour15,colour0' # red, white, black
# battery hbar palette, possible values are:
# - gradient (default)