local tmux now uses debianred color
This commit is contained in:
parent
0c73e4a8f0
commit
00bf69e5cd
|
@ -1,15 +1,16 @@
|
||||||
|
|
||||||
### statusbar {{{
|
### statusbar {{{
|
||||||
|
|
||||||
# Couleur du foreground (premier plan)
|
# forground color
|
||||||
set -g status-fg yellow
|
set -g status-fg "${debianred}"
|
||||||
# Couleur du background (arrière plan)
|
# background color
|
||||||
set -g status-bg black
|
set -g status-bg black
|
||||||
|
|
||||||
## Terminaux par défaut
|
## Terminaux par défaut
|
||||||
# Window foreground color
|
# Window foreground color
|
||||||
set-window-option -g window-status-fg cyan
|
set-window-option -g window-status-fg "${debianred}"
|
||||||
# Window background color
|
# Window background color
|
||||||
set-window-option -g window-status-bg default
|
set-window-option -g window-status-bg "${darkgrey}"
|
||||||
# Attribut
|
# Attribut
|
||||||
#bright/bold:
|
#bright/bold:
|
||||||
#dim:
|
#dim:
|
||||||
|
@ -24,7 +25,7 @@ set-window-option -g window-status-attr bold
|
||||||
# Current windows foreground color
|
# Current windows foreground color
|
||||||
set-window-option -g window-status-current-fg black
|
set-window-option -g window-status-current-fg black
|
||||||
# Current windows background color
|
# Current windows background color
|
||||||
set-window-option -g window-status-current-bg cyan
|
set-window-option -g window-status-current-bg "${debianred}"
|
||||||
# Attribut (cf ci-dessus pour la liste)
|
# Attribut (cf ci-dessus pour la liste)
|
||||||
set-window-option -g window-status-current-attr dim
|
set-window-option -g window-status-current-attr dim
|
||||||
|
|
||||||
|
@ -40,7 +41,7 @@ set-window-option -g window-status-current-attr dim
|
||||||
set -g pane-border-fg white
|
set -g pane-border-fg white
|
||||||
|
|
||||||
## Panel actif
|
## Panel actif
|
||||||
set -g pane-active-border-fg cyan
|
set -g pane-active-border-fg "${debianred}"
|
||||||
|
|
||||||
### }}}
|
### }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue