summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-07 10:34:38 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-07 10:34:38 +0100
commitf43e043549ce5df219a97ad5d52bccc0e0abe308 (patch)
treee2fed92acb9633c30d21b81fa5e7b7e197069965
parenta470a406a0054e83e5b5bfa6297a1e29a60258b1 (diff)
tmux.conf: color->colour
Apparently 'color' does not work in some versions.
-rw-r--r--dotfiles/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index dd66e95..ef18cb0 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -46,7 +46,7 @@ set-option -g update-environment "\
"
# style the border of the active pane
-set -g pane-active-border-style "fg=black bg=color116"
+set -g pane-active-border-style "fg=black bg=colour116"
# configure the status line
set -g status-right "#[fg=colour178]#H#[default]|%a %F %H:%M"