back to solarized vim, no more theme.lua for awesome, no more squares for awesome, bigger wibox in awesome
This commit is contained in:
parent
a3f2010d7f
commit
63f14e6a4c
3 changed files with 8 additions and 131 deletions
7
vimrc
7
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue