Add solarized theme to console vim
This commit is contained in:
parent
14c09ef730
commit
744b93be5c
@ -1,12 +1,13 @@
|
|||||||
" Make it beautiful - colors and fonts
|
" Make it beautiful - colors and fonts
|
||||||
if has("gui_running")
|
|
||||||
"tell the term has 256 colors
|
|
||||||
set t_Co=256
|
|
||||||
|
|
||||||
" http://ethanschoonover.com/solarized/vim-colors-solarized
|
" http://ethanschoonover.com/solarized/vim-colors-solarized
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
if has("gui_running")
|
||||||
|
"tell the term has 256 colors
|
||||||
|
set t_Co=256
|
||||||
|
|
||||||
" Show tab number (useful for Cmd-1, Cmd-2.. mapping)
|
" Show tab number (useful for Cmd-1, Cmd-2.. mapping)
|
||||||
" For some reason this doesn't work as a regular set command,
|
" For some reason this doesn't work as a regular set command,
|
||||||
" (the numbers don't show up) so I made it a VimEnter event
|
" (the numbers don't show up) so I made it a VimEnter event
|
||||||
|
Loading…
x
Reference in New Issue
Block a user