colours
This commit is contained in:
parent
c0ac63661e
commit
a854c71b51
1 changed files with 3 additions and 2 deletions
5
.vimrc
5
.vimrc
|
@ -131,7 +131,8 @@ if (empty($TMUX))
|
|||
endif
|
||||
|
||||
" Color Schema Base 16 Dark (=Atom)
|
||||
colorscheme base16-default-dark
|
||||
"colorscheme base16-default-dark
|
||||
"let base16colorspace=256 " Access colors present in 256 colorspacet
|
||||
|
||||
" Color Schema CodeDark
|
||||
"colorscheme codedark
|
||||
|
@ -142,5 +143,5 @@ colorscheme base16-default-dark
|
|||
" let g:one_allow_italics = 1 " I love italic for comments
|
||||
|
||||
" Color Schema Papercolors
|
||||
"set background=dark
|
||||
"iset background=dark
|
||||
"colorscheme PaperColor
|
||||
|
|
Loading…
Reference in a new issue