tmux: pane colors global, controller active window readable

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-29 20:04:55 +02:00
parent d58e51d61a
commit 56b991d127
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
3 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,7 @@ set pane-border-fg colour237
set pane-active-border-fg colour27
# Tweak currently highlighted window ('active')
setw window-status-current-fg colour236
setw window-status-current-fg colour255
setw window-status-current-bg colour27
setw window-status-current-format " #F[#W] "
setw window-status-current-attr none

View File

@ -12,8 +12,8 @@ set set-titles on
set set-titles-string "tmux: [#H] [#S] [#W:#D #I:#P]"
# Change pane colors
set pane-border-fg colour237
set pane-active-border-fg colour199
set -g pane-border-fg colour237
set -g pane-active-border-fg colour199
# Tweak currently active window
setw window-status-current-fg colour236
@ -36,5 +36,7 @@ set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | c
# Refresh status bar every 2s
set status-interval 2
set -g mouse on
# Initialize tmux-plugin-manager
run '~/.tmux/plugins/tpm/tpm'

Binary file not shown.