Change spacemacs themes and modeline to doom-themes
This commit is contained in:
parent
461bc43c7e
commit
b3920646ab
|
@ -87,8 +87,9 @@ This function should only modify configuration layer settings."
|
||||||
;; '(your-package :location "~/path/to/your-package/")
|
;; '(your-package :location "~/path/to/your-package/")
|
||||||
;; Also include the dependencies as they will not be resolved automatically.
|
;; Also include the dependencies as they will not be resolved automatically.
|
||||||
dotspacemacs-additional-packages '(
|
dotspacemacs-additional-packages '(
|
||||||
zerodark-theme
|
doom-themes
|
||||||
plan9-theme
|
all-the-icons
|
||||||
|
doom-modeline
|
||||||
smartparens
|
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.
|
;; 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
|
;; Press `SPC T n' to cycle to the next theme in the list (works great
|
||||||
;; with 2 themes variants, one dark and one light)
|
;; with 2 themes variants, one dark and one light)
|
||||||
dotspacemacs-themes '(zerodark
|
dotspacemacs-themes '(doom-one
|
||||||
plan9)
|
doom-solarized-light)
|
||||||
|
|
||||||
;; Set the theme for the Spaceline. Supported themes are `spacemacs',
|
;; Set the theme for the Spaceline. Supported themes are `spacemacs',
|
||||||
;; `all-the-icons', `custom', `doom', `vim-powerline' and `vanilla'. The
|
;; `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
|
;; 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.
|
;; spaceline theme. Value can be a symbol or list with additional properties.
|
||||||
;; (default '(spacemacs :separator wave :separator-scale 1.5))
|
;; (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.
|
;; If non-nil the cursor color matches the state color in GUI Emacs.
|
||||||
;; (default t)
|
;; (default t)
|
||||||
|
|
Loading…
Reference in New Issue