From f43e043549ce5df219a97ad5d52bccc0e0abe308 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 7 Nov 2021 10:34:38 +0100 Subject: tmux.conf: color->colour Apparently 'color' does not work in some versions. --- dotfiles/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3