;; 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
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
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 &