mirror of
1
0
Fork 0

Removed bold and replaced with 'none'

This commit is contained in:
Ralph Azucena 2018-05-03 04:42:54 +01:00 committed by GitHub
parent 88ccd80de8
commit 1dc63062b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -73,17 +73,17 @@ tmux_conf_theme_pane_active_indicator='#00afff' # light blue
# status line style
tmux_conf_theme_message_fg='#000000' # black
tmux_conf_theme_message_bg='#ffff00' # yellow
tmux_conf_theme_message_attr='bold'
tmux_conf_theme_message_attr='none'
# status line command style (<prefix> : Escape)
tmux_conf_theme_message_command_fg='#ffff00' # yellow
tmux_conf_theme_message_command_bg='#000000' # black
tmux_conf_theme_message_command_attr='bold'
tmux_conf_theme_message_command_attr='none'
# window modes style
tmux_conf_theme_mode_fg='#000000' # black
tmux_conf_theme_mode_bg='#ffff00' # yellow
tmux_conf_theme_mode_attr='bold'
tmux_conf_theme_mode_attr='none'
# status line style
tmux_conf_theme_status_fg='#8a8a8a' # light gray
@ -105,7 +105,7 @@ tmux_conf_theme_window_status_format='#I #W'
# - #{circled_window_index}
tmux_conf_theme_window_status_current_fg='#000000' # black
tmux_conf_theme_window_status_current_bg='#00afff' # light blue
tmux_conf_theme_window_status_current_attr='bold'
tmux_conf_theme_window_status_current_attr='none'
tmux_conf_theme_window_status_current_format='#I #W'
#tmux_conf_theme_window_status_current_format='#{circled_window_index} #W'
#tmux_conf_theme_window_status_current_format='#I #W#{?window_zoomed_flag,🔍,}'
@ -118,7 +118,7 @@ tmux_conf_theme_window_status_activity_attr='underscore'
# window bell status style
tmux_conf_theme_window_status_bell_fg='#ffff00' # yellow
tmux_conf_theme_window_status_bell_bg='default'
tmux_conf_theme_window_status_bell_attr='blink,bold'
tmux_conf_theme_window_status_bell_attr='blink,none'
# window last status style
tmux_conf_theme_window_status_last_fg='#00afff' # light blue
@ -163,12 +163,12 @@ tmux_conf_theme_status_right='#{prefix}#{pairing} #{?battery_status, #{battery_s
# status left style
tmux_conf_theme_status_left_fg='#000000,#e4e4e4,#e4e4e4' # black, white , white
tmux_conf_theme_status_left_bg='#ffff00,#ff00af,#00afff' # yellow, pink, white blue
tmux_conf_theme_status_left_attr='bold,none,none'
tmux_conf_theme_status_left_attr='none,none,none'
# status right style
tmux_conf_theme_status_right_fg='#8a8a8a,#e4e4e4,#000000' # light gray, white, black
tmux_conf_theme_status_right_bg='#080808,#d70000,#e4e4e4' # dark gray, red, white
tmux_conf_theme_status_right_attr='none,none,bold'
tmux_conf_theme_status_right_attr='none,none,none'
# pairing indicator
tmux_conf_theme_pairing='👓 ' # U+1F453
@ -186,7 +186,7 @@ tmux_conf_theme_prefix_attr='none'
tmux_conf_theme_root='!'
tmux_conf_theme_root_fg='none'
tmux_conf_theme_root_bg='none'
tmux_conf_theme_root_attr='bold,blink'
tmux_conf_theme_root_attr='none,blink'
# battery bar symbols
tmux_conf_battery_bar_symbol_full='◼'