1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 11:10:26 +01:00

1 Commits

Author SHA1 Message Date
c656dbbeb3 Support regular tmux 256 colour option 2026-01-27 14:31:32 +01:00

2
.vimrc
View File

@@ -633,7 +633,7 @@ set hidden
set cryptmethod=blowfish2 set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it " 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 set background=dark
let g:enable_bold_font = 1 let g:enable_bold_font = 1