Skip to content

Commit

Permalink
vim: enable true-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharre committed Jun 6, 2019
1 parent ad97077 commit 8d4b997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ endif
if !has('gui_running') && &t_Co != 256
colorscheme delek
else
" enable true color support, see :h xterm-true-color
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
colorscheme distinguished
set termguicolors
endif

" Load matchit.vim, but only if the user hasn't installed a newer version.
Expand Down

0 comments on commit 8d4b997

Please sign in to comment.