1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 03:20:27 +01:00

Support regular tmux 256 colour option

This commit is contained in:
2026-01-27 14:31:32 +01:00
parent 6c496fd2c0
commit c656dbbeb3

2
.vimrc
View File

@@ -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