Update on config files

This commit is contained in:
Tobias Schmidl 2014-03-10 08:09:14 +01:00
parent 3f8963bc74
commit 3901b86a27
2 changed files with 8 additions and 4 deletions

View file

@ -178,6 +178,6 @@ XCalc.ShapeStyle: rectangle
*vt100.renderFont: true
!*vt100.borderWidth: 0
!*vt100.internalBorder: 0
*vt100.borderColor: Black
*vt100.Background: #ffffff
*vt100.Foreground: #000000
!*vt100.borderColor: Black
!*vt100.Background: #ffffff
!*vt100.Foreground: #000000

4
vimrc
View file

@ -2,7 +2,11 @@ syntax enable
let g:solarized_hitrail=1
" let g:solarized_termcolors=256
colorscheme solarized
if has('gui_running')
set background=light
else
set background=dark
endif
let load_doxygen_syntax = 1
set autoindent
set encoding=utf-8