From c656dbbeb3a98d3811060ac2ac5b29f1331ceb88 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 27 Jan 2026 14:31:32 +0100 Subject: [PATCH] Support regular tmux 256 colour option --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 9288f5b..c7b933d 100644 --- a/.vimrc +++ b/.vimrc @@ -633,7 +633,7 @@ set hidden set cryptmethod=blowfish2 " Ensure 256 colour support if the terminal supports it -if has("gui_running") || &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color-italic" +if has("gui_running") || &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" || &term == "tmux-256color" || &term == "tmux-256color-italic" set background=dark let g:enable_bold_font = 1