1
0
Fork 0

back to solarized vim, no more theme.lua for awesome, no more squares for awesome, bigger wibox in awesome

This commit is contained in:
Von Random 2014-10-24 19:37:00 +04:00
parent a3f2010d7f
commit 63f14e6a4c
3 changed files with 8 additions and 131 deletions

7
vimrc
View file

@ -92,16 +92,15 @@ endif
" set color scheme depending on the terminal capabilities
if &t_Co > 88 || has("gui_running")
"colorscheme solarized
colorscheme jellybeans
colorscheme solarized
else
colorscheme elflord
endif
" gvim stuff
if has("gui_running")
"let g:solarized_italic=0
"let g:solarized_bold=0
let g:solarized_italic=0
let g:solarized_bold=0
set guioptions=aegimLl
set mouse=a
set guifont=Monofur\ 11