From: Amin Bandali Date: Wed, 27 May 2015 02:41:43 +0000 (-0400) Subject: [x,vim,spacemacs] switch back to gotham X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/37cd1e870586a430e5b0ff4988107209332f1f8f [x,vim,spacemacs] switch back to gotham --- diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 669f12e..4a88520 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -69,7 +69,8 @@ before layers configuration." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press 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 diff --git a/vim/.vimrc b/vim/.vimrc index 5573306..ff5a063 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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 diff --git a/x/.xprofile b/x/.xprofile index 2f19161..30f2451 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -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 &