nvim and tmux colors

This commit is contained in:
mannders00
2026-07-16 09:20:41 -05:00
parent a67a930dca
commit 673239f5d7
2 changed files with 8 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ vim.cmd([[
autocmd ColorScheme * highlight Constant ctermfg=3
autocmd ColorScheme * highlight String ctermfg=2
autocmd ColorScheme * highlight Comment cterm=italic ctermfg=lightgray
autocmd ColorScheme * highlight Visual cterm=reverse ctermfg=NONE ctermbg=NONE
syntax on
set notermguicolors