colors in git
This commit is contained in:
parent
b2fce4ef61
commit
be5fcc2725
2 changed files with 5 additions and 3 deletions
6
.vimrc
6
.vimrc
|
@ -1,6 +1,3 @@
|
|||
set t_Co=256
|
||||
syntax on
|
||||
|
||||
" Shortcut to rapidly toggle `set list`
|
||||
nmap <leader>l :set list!<CR>
|
||||
" Use the same symbols as TextMate for tabstops and EOLs
|
||||
|
@ -10,6 +7,9 @@ set listchars=tab:▸\ ,eol:¬
|
|||
highlight NonText guifg=#4a4a59
|
||||
highlight SpecialKey guifg=#4a4a59
|
||||
|
||||
set t_Co=256
|
||||
syntax on
|
||||
|
||||
set background=dark
|
||||
color solarized
|
||||
colorscheme solarized
|
||||
|
|
|
@ -27,3 +27,5 @@
|
|||
trustExitCode = true
|
||||
[push]
|
||||
default = simple
|
||||
[color]
|
||||
ui = true
|
||||
|
|
Loading…
Reference in a new issue