dots

Dotfiles for Linux
Log | Files | Refs | README

commit 99e42fb0f5fa7f10433e896fc7e2a8bcb3f107fd
parent 1fc87ebbd49ca6bb676d8f3dc5025a3185f43a7f
Author: Chris Kiriakou <c@ckiri.com>
Date:   Wed, 15 Jul 2026 08:04:53 +0200

change bg color of selection

Diffstat:
Mtmux/dot-config/tmux/statusline.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/dot-config/tmux/statusline.conf b/tmux/dot-config/tmux/statusline.conf @@ -1,5 +1,5 @@ # vim: ft=tmux -set -g mode-style "bg=brightblack" # selection color +set -g mode-style "bg=grey" # selection color set -g message-style "fg=brightwhite,bg=brightblack" # command prompt set -g prompt-cursor-color "brightwhite" set -g message-command-style "fg=black,bg=white" # vi-mode in command prompt