urxvt is back
This commit is contained in:
parent
e06b565983
commit
794109fff2
3 changed files with 3 additions and 4 deletions
5
vimrc
5
vimrc
|
@ -70,14 +70,13 @@ if v:version >= 800
|
|||
autocmd FileType python packadd jedi-vim | packadd ale
|
||||
|
||||
" yaaay themes
|
||||
if has('gui_running') || $TERM =~ '^\(st\|tmux\|xterm\)'
|
||||
if has('gui_running') || $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
|
||||
colorscheme iceberg
|
||||
else
|
||||
set bg=light
|
||||
colorscheme lucius
|
||||
colorscheme apprentice
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue