diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 39eef1f..6f9118f 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -87,8 +87,9 @@ This function should only modify configuration layer settings." ;; '(your-package :location "~/path/to/your-package/") ;; Also include the dependencies as they will not be resolved automatically. dotspacemacs-additional-packages '( - zerodark-theme - plan9-theme + doom-themes + all-the-icons + doom-modeline smartparens ) @@ -216,8 +217,8 @@ It should only modify the values of Spacemacs settings." ;; 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 '(zerodark - plan9) + dotspacemacs-themes '(doom-one + doom-solarized-light) ;; Set the theme for the Spaceline. Supported themes are `spacemacs', ;; `all-the-icons', `custom', `doom', `vim-powerline' and `vanilla'. The @@ -226,7 +227,7 @@ It should only modify the values of Spacemacs settings." ;; refer to the DOCUMENTATION.org for more info on how to create your own ;; spaceline theme. Value can be a symbol or list with additional properties. ;; (default '(spacemacs :separator wave :separator-scale 1.5)) - dotspacemacs-mode-line-theme '(spacemacs :separator wave :separator-scale 1.5) + dotspacemacs-mode-line-theme '(doom) ;; If non-nil the cursor color matches the state color in GUI Emacs. ;; (default t)