From 7c9a43efe931f11358061e4bc193bdc80de89d68 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 3 Aug 2024 00:50:37 +0200 Subject: fix(tmux): colors --- st/config.def.h | 1 - st/config.h | 1 - tmux/tmux.conf | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/st/config.def.h b/st/config.def.h index 40b313f..f5b4265 100644 --- a/st/config.def.h +++ b/st/config.def.h @@ -120,7 +120,6 @@ static const char *colorname[] = { [256] = "#191724", }; - /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor diff --git a/st/config.h b/st/config.h index 40b313f..f5b4265 100644 --- a/st/config.h +++ b/st/config.h @@ -120,7 +120,6 @@ static const char *colorname[] = { [256] = "#191724", }; - /* * Default colors (colorname index) * foreground, background, cursor, reverse cursor diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 826410f..97a4f40 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,3 +1,4 @@ +set -g default-terminal "tmux-256color" set -g prefix C-a unbind C-b -- cgit v1.2.3