summaryrefslogtreecommitdiff
path: root/tmux.conf
blob: c5384a74c8d2f0bb12f2afbd315fb3f985f52010 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
unbind C-b
set -g prefix ^A
bind ^A send-prefix
set -g aggressive-resize on
set-window-option -g mode-keys vi

set -g default-terminal "screen-256color"

## set status bar
set -g status-bg "#373b41"
set -g status-fg "#81a2be"

## highlight active window
setw -g window-status-current-bg "#282a2e"
setw -g window-status-current-fg "#b294bb"

## highlight activity in status bar
setw -g window-status-activity-fg "#c5c8c6"
setw -g window-status-activity-bg "#1d1f21"

## scrolling
## NOPE
#set -g mode-mouse on

## pane border and colors
set -g pane-active-border-bg default
set -g pane-active-border-fg "#373b41"
set -g pane-border-bg default
set -g pane-border-fg "#373b41"

set -g clock-mode-colour "#81a2be"
set -g clock-mode-style 24

set -g message-bg "#8abeb7"
set -g message-fg "#000000"

set -g message-command-bg "#8abeb7"
set -g message-command-fg "#000000"

set -g mode-bg "#8abeb7"
set -g mode-fg "#000000"