1
0
Fork 0

neovim, switch to flattened (another theme again, I know right?)

This commit is contained in:
Von Random 2018-07-02 20:03:58 +03:00
parent 66f366ad52
commit ac3580c83f
7 changed files with 10 additions and 20 deletions

9
vimrc
View file

@ -69,14 +69,7 @@ if v:version >= 800
autocmd FileType python packadd jedi-vim | packadd ale
autocmd FileType sh packadd ale
" yaaay themes
if $TERM =~ '^\(rxvt\|st\|tmux\|xterm\)'
let &t_8f = "\033[38;2;%lu;%lu;%lum"
let &t_8b = "\033[48;2;%lu;%lu;%lum"
set termguicolors
endif
set bg=dark
colorscheme gruvbox8
colorscheme flattened_light
endif
syntax on