From 4280f73dbecf08600713282a9679e7e81ceafe78 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 9 Nov 2022 14:56:38 -0800 Subject: [PATCH] tmux rgb stuff --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9bb8ebf..6415b60 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,5 @@ -set-option -g default-terminal "screen-256color" +set -g default-terminal "screen-256color" +set -as terminal-features ",gnome*:RGB" ## messages set-option -g display-time 3000