Better colors
This commit is contained in:
parent
e256d430cc
commit
b848249e7d
@ -1,5 +0,0 @@
|
||||
let g:Powerline_symbols='fancy'
|
||||
let g:Powerline_theme='skwp'
|
||||
let g:Powerline_colorscheme='skwp'
|
||||
|
||||
set laststatus=2 "always show the statusline
|
@ -32,6 +32,17 @@ if !exists("g:yadr_disable_solarized_enhancements")
|
||||
hi! link jId Title
|
||||
hi! link jClass Title
|
||||
|
||||
" Javascript language support
|
||||
hi! link javascriptJGlobalMethod Statement
|
||||
|
||||
" Make the braces and other noisy things slightly less noisy
|
||||
hi! jsParens guifg=#005F78 cterm=NONE term=NONE ctermfg=NONE ctermbg=NONE
|
||||
hi! link jsFuncParens jsParens
|
||||
hi! link jsFuncBraces jsParens
|
||||
hi! link jsBraces jsParens
|
||||
hi! link jsParens jsParens
|
||||
hi! link jsNoise jsParens
|
||||
|
||||
hi! link NERDTreeFile Constant
|
||||
hi! link NERDTreeDir Identifier
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user