aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--files/.Xdefaults48
m---------files/.vim/bundle/vim-colors-solarized0
-rw-r--r--files/.vimrc3
4 files changed, 29 insertions, 25 deletions
diff --git a/.gitmodules b/.gitmodules
index 606d7ab..b9c2630 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -72,3 +72,6 @@
[submodule "files/.vim/bundle/vim-fugitive"]
path = files/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
+[submodule "files/.vim/bundle/vim-colors-solarized"]
+ path = files/.vim/bundle/vim-colors-solarized
+ url = git://github.com/altercation/vim-colors-solarized.git
diff --git a/files/.Xdefaults b/files/.Xdefaults
index 8f74ef9..50dcefe 100644
--- a/files/.Xdefaults
+++ b/files/.Xdefaults
@@ -67,27 +67,27 @@ URxvt.termName: rxvt-256color
!
! URxvt*background: S_base03
-*background: S_base03
-*foreground: S_base0
-*fading: 40
-*fadeColor: S_base03
-*cursorColor: S_base1
-*pointerColorBackground: S_base01
-*pointerColorForeground: S_base1
-
-*color0: S_base02
-*color1: S_red
-*color2: S_green
-*color3: S_yellow
-*color4: S_blue
-*color5: S_magenta
-*color6: S_cyan
-*color7: S_base2
-*color9: S_orange
-*color8: S_base03
-*color10: S_base01
-*color11: S_base00
-*color12: S_base0
-*color13: S_violet
-*color14: S_base1
-*color15: S_base3
+Urxvt*background: S_base03
+Urxvt*foreground: S_base0
+Urxvt*fading: 40
+Urxvt*fadeColor: S_base03
+Urxvt*cursorColor: S_base1
+Urxvt*pointerColorBackground: S_base01
+Urxvt*pointerColorForeground: S_base1
+
+URxvt*color0: S_base02
+URxvt*color1: S_red
+URxvt*color2: S_green
+URxvt*color3: S_yellow
+URxvt*color4: S_blue
+URxvt*color5: S_magenta
+URxvt*color6: S_cyan
+URxvt*color7: S_base2
+URxvt*color9: S_orange
+URxvt*color8: S_base03
+URxvt*color10: S_base01
+URxvt*color11: S_base00
+URxvt*color12: S_base0
+URxvt*color13: S_violet
+URxvt*color14: S_base1
+URxvt*color15: S_base3
diff --git a/files/.vim/bundle/vim-colors-solarized b/files/.vim/bundle/vim-colors-solarized
new file mode 160000
+Subproject 528a59f26d12278698bb946f8fb82a63711eec2
diff --git a/files/.vimrc b/files/.vimrc
index eb21248..9e727fe 100644
--- a/files/.vimrc
+++ b/files/.vimrc
@@ -122,8 +122,9 @@ let maplocalleader="\\"
" Color scheme {{{
-colorscheme eclipse
+let g:solarized_termcolors=256
set background=light
+colorscheme solarized
" }}}