diff --git a/states/tmux/defaults.yaml b/states/tmux/defaults.yaml index 4ab9ef6..f1274b2 100644 --- a/states/tmux/defaults.yaml +++ b/states/tmux/defaults.yaml @@ -6,8 +6,8 @@ tmux: - "v": "split-window" - "h": "split-window -h" sets: - - "status-bg": "blue" - - "pane-active-border-style": "fg=blue" - - "pane-border-style": "fg=blue" + - "status-bg": "colour50" + - "pane-active-border-style": "fg=colour50" + - "pane-border-style": "fg=colour50" - "default-terminal": "screen-256color" - - "history-limit": "1000000" \ No newline at end of file + - "history-limit": "1000000"