LINUX.ORG.RU

История изменений

Исправление darktic, (текущая версия) :


~/.tmux.conf

set-option -g pane-border-fg white
set-option -g pane-active-border-fg '#5294E2'

set-option -g status on
set -g status-justify left

set-option -g status-bg default
set-option -g status-fg '#A0A0A0'
set-window-option -g window-status-current-bg '#5294E2'
set-window-option -g window-status-current-fg '#FFFFFF'

set-window-option -g window-status-format ' #W '
set-window-option -g window-status-current-format ' #W '

set -g status-left-length 0
set -g status-left ''
set -g status-right-length 0
set -g status-right ''

## urxvt tab like window switching (-n: no prior escape seq)
bind -n S-down new-window
bind -n S-left prev
bind -n S-right next
bind -n C-left swap-window -t -1
bind -n C-right swap-window -t +1

Исходная версия darktic, :

Цвета Arc

~/.Xresources

URxvt.background: #2F343F
URxvt.foreground: #A0A0A0

~/.tmux.conf
set-option -g pane-border-fg white
set-option -g pane-active-border-fg '#5294E2'

set-option -g status on
set -g status-justify left

set-option -g status-bg default
set-option -g status-fg '#A0A0A0'
set-window-option -g window-status-current-bg '#5294E2'
set-window-option -g window-status-current-fg '#FFFFFF'

set-window-option -g window-status-format ' #W '
set-window-option -g window-status-current-format ' #W '

set -g status-left-length 0
set -g status-left ''
set -g status-right-length 0
set -g status-right ''

## urxvt tab like window switching (-n: no prior escape seq)
bind -n S-down new-window
bind -n S-left prev
bind -n S-right next
bind -n C-left swap-window -t -1
bind -n C-right swap-window -t +1