working colours in vim with tmux
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -30,6 +30,9 @@ filetype plugin indent on " required
|
||||
" Colours
|
||||
colorscheme base16-default-dark
|
||||
syntax enable
|
||||
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
set termguicolors
|
||||
highlight LineNr term=bold cterm=NONE ctermfg=DarkGrey ctermbg=NONE gui=NONE guifg=DarkGrey guibg=NONE " line number colours
|
||||
" Spaces & Tabs
|
||||
|
||||
Reference in New Issue
Block a user