From 1829cd9476162261905626669887c04b1ca4f3ec Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 2 Sep 2022 12:26:05 +0100 Subject: [PATCH] use base 16 colour file --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 966385a..908d810 100644 --- a/tmux.conf +++ b/tmux.conf @@ -71,7 +71,7 @@ bind-key % split-window -h -c "#{pane_current_path}" bind-key '"' split-window -v -c "#{pane_current_path}" # load colour configuration from colours file -source-file ~/.config/tmux/tmux.colours.conf +source-file ~/.config/tmux/tmux.colours-256.conf # Tmux Plugin Manager # https://github.com/tmux-plugins/tpm