[x,vim,spacemacs] switch back to gotham
authorAmin Bandali <me@aminb.org>
Wed, 27 May 2015 02:41:43 +0000 (22:41 -0400)
committerAmin Bandali <me@aminb.org>
Wed, 27 May 2015 02:41:43 +0000 (22:41 -0400)
spacemacs/.spacemacs
vim/.vimrc
x/.xprofile

index 669f12e..4a88520 100644 (file)
@@ -69,7 +69,8 @@ before layers configuration."
    ;; List of themes, the first of the list is loaded when spacemacs starts.
    ;; Press <SPC> T n to cycle to the next theme in the list (works great
    ;; with 2 themes variants, one dark and one light)
-   dotspacemacs-themes '(solarized-dark solarized-light)
+   ;; dotspacemacs-themes '(leuven sanityinc-tomorrow-night solarized-dark solarized-light)
+   dotspacemacs-themes '(gotham)
    ;; If non nil the cursor color matches the state color.
    dotspacemacs-colorize-cursor-according-to-state t
    ;; Default font. `powerline-scale' allows to quickly tweak the mode-line
index 5573306..ff5a063 100644 (file)
@@ -20,13 +20,14 @@ Plug 'terryma/vim-multiple-cursors'
 Plug 'tpope/vim-surround'
 Plug 'rust-lang/rust.vim'
 Plug 'phildawes/racer'
+Plug 'whatyouhide/vim-gotham'
 
 call plug#end()
 
 
 " Use the Solarized Dark theme
 set background=dark
-"colorscheme solarized
+colorscheme gotham
 
 " Make Vim more useful
 set nocompatible
index 2f19161..30f2451 100755 (executable)
@@ -16,11 +16,11 @@ export _JAVA_AWT_WM_NONREPARENTING=1
 
 xrdb -merge ~/.Xresources
 # xrdb -merge ~/.base16-tomorrow.dark.256.xresources
-xrdb -merge ~/.gotham.xresources
+xrdb -merge ~/.gotham.xresources
 # xrdb -merge ~/.hybrid.xresources
 # xrdb -merge ~/.dawn.xresources
 # xrdb -merge ~/.zenburn.xresources
-xrdb -merge ~/.solarized-dark.xresources
+xrdb -merge ~/.solarized-dark.xresources
 
 # set the cursor icon
 # xsetroot -cursor_name left_ptr &