[emacs] Go for a spacegrayish look

This commit is contained in:
Sebastian Schulze 2019-02-07 10:51:11 +01:00
parent 9801867f78
commit 467ec554fa
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,8 @@ values."
;; 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 '(doom-vibrant
dotspacemacs-themes '(doom-spacegrey
doom-vibrant
doom-one
doom-one-light
doom-nord
@ -187,7 +188,6 @@ values."
kaolin-light
doom-peacock
doom-solarized-light
doom-spacegrey
doom-opera
doom-opera-light
doom-one-light
@ -458,5 +458,5 @@ This function is called at the very end of Spacemacs initialization."
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
'(org-agenda-current-time ((t (:inherit org-time-grid :foreground "hot pink")))))
)