neovim, switch to flattened (another theme again, I know right?)
This commit is contained in:
parent
66f366ad52
commit
ac3580c83f
7 changed files with 10 additions and 20 deletions
9
vimrc
9
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue