Compare commits
No commits in common. "fc4692a0bb52acace7166dd51d310896fd529dd7" and "0775edd78f0ae2194179b39a736e58241f729945" have entirely different histories.
fc4692a0bb
...
0775edd78f
1 changed files with 5 additions and 10 deletions
15
home/vimrc
15
home/vimrc
|
@ -48,23 +48,18 @@ set tabstop=4
|
|||
set softtabstop=4
|
||||
|
||||
" enable truecolor support
|
||||
let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
set termguicolors
|
||||
|
||||
"let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
|
||||
"let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
|
||||
"set termguicolors
|
||||
"
|
||||
"let base16colorspace=256
|
||||
|
||||
colorscheme base16-tomorrow-night
|
||||
"colorscheme base16-tomorrow-night
|
||||
"colorscheme Tomorrow-Night
|
||||
"colorscheme base16-default-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
|
||||
set listchars=tab:▸\ ,eol:¬
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue