diff --git a/vim/vimrc b/vim/vimrc index 9828671..f96bd38 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -11,3 +11,11 @@ set shiftwidth=4 " line numbers set number +" themes +colorscheme elflord + +" gvim layout +set guioptions-=r +set guioptions-=L +set guioptions-=m +set guioptions-=T