[emacs] Add a few more bright(ish) themes I tried at 34C3

This commit is contained in:
Sebastian Schulze 2018-01-05 13:10:15 +01:00
parent 4c9901f12a
commit 7b90753405
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 12 additions and 1 deletions

View File

@ -90,7 +90,10 @@ values."
dotspacemacs-additional-packages '(
multiple-cursors
twilight-bright-theme
doom-themes
moe-theme
pocket-reader
hledger-mode
)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
@ -163,7 +166,15 @@ 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 '(twilight-bright
dotspacemacs-themes '(doom-one
doom-vibrant
doom-molokai
doom-nova
doom-one-light
doom-peacock
doom-tomorrow-night
doom-tomorrow-day
twilight-bright
spacemacs-light
spacemacs-dark)
;; If non nil the cursor color matches the state color in GUI Emacs.