Compare commits

..

No commits in common. "fc4692a0bb52acace7166dd51d310896fd529dd7" and "0775edd78f0ae2194179b39a736e58241f729945" have entirely different histories.

View file

@ -48,23 +48,18 @@ set tabstop=4
set softtabstop=4 set softtabstop=4
" enable truecolor support " enable truecolor support
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum" "let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum" "let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
set termguicolors "set termguicolors
"
"let base16colorspace=256 "let base16colorspace=256
colorscheme base16-tomorrow-night "colorscheme base16-tomorrow-night
"colorscheme Tomorrow-Night "colorscheme Tomorrow-Night
"colorscheme base16-default-dark "colorscheme base16-default-dark
set background=dark set background=dark
# use default terminal background to retain transparency
highlight Normal guibg=NONE
highlight NonText guibg=NONE
highlight SignColumn guibg=NONE
" Use the same symbols as TextMate for tabstops and EOLs " Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\ ,eol set listchars=tab:▸\ ,eol