From d2a2aa47463eab15382f78d42de4b5b209d497a7 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 4 Mar 2012 22:29:17 +0100 Subject: [PATCH] do not explicitly set theme and color number --- .gitmodules | 3 +++ config/awesome | 1 + vimrc | 9 ++++----- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 160000 config/awesome diff --git a/.gitmodules b/.gitmodules index 727ed6b..19d7f3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/bundle/vim-coffee-script"] path = vim/bundle/vim-coffee-script url = https://github.com/kchmck/vim-coffee-script.git +[submodule "config/awesome"] + path = config/awesome + url = git@github.com:igrat/awesome-config.git diff --git a/config/awesome b/config/awesome new file mode 160000 index 0000000..9489c97 --- /dev/null +++ b/config/awesome @@ -0,0 +1 @@ +Subproject commit 9489c976b57dced9e586941a136f24aaddd9f492 diff --git a/vimrc b/vimrc index f2c6048..7b88cb2 100644 --- a/vimrc +++ b/vimrc @@ -72,12 +72,11 @@ if v:version >= 703 endif " COLOR SCHEME -set t_Co=256 +"set t_Co=256 set background=dark -"colorscheme slate -if has("gui_running") - colorscheme slate -endif +"if has("gui_running") +" colorscheme slate +"endif " FOLDING set foldenable " enable folding