diff options
-rw-r--r-- | spacemacs/.spacemacs | 3 | ||||
-rw-r--r-- | vim/.vimrc | 3 | ||||
-rwxr-xr-x | x/.xprofile | 4 |
3 files changed, 6 insertions, 4 deletions
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 <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 @@ -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 & |