From e5e652257b705b8d22b977d0cacc7a9bd4cedbbd Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Mon, 5 Dec 2022 23:17:27 +0100 Subject: [PATCH] Enforce 256 colors --- tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux.conf b/tmux.conf index 9552199..758392d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,8 @@ +# Colors ------------------------------------------ + +# Make sure tmux uses 256 colors. +set -g default-terminal "tmux-256color" + # Status bar -------------------------------------- # center align the window list