aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-08-03 00:50:37 +0200
committerpml68 <contact@pml68.me>2024-08-03 00:50:37 +0200
commit7c9a43efe931f11358061e4bc193bdc80de89d68 (patch)
tree516a922db46656e9e420faf20b0f95d6a19f22f0
parentfeat(tmux): rearrange some keybinds (diff)
downloadsuckless-setup-7c9a43efe931f11358061e4bc193bdc80de89d68.tar.gz
fix(tmux): colors
Diffstat (limited to '')
-rw-r--r--st/config.def.h1
-rw-r--r--st/config.h1
-rw-r--r--tmux/tmux.conf1
3 files changed, 1 insertions, 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