[emacs] Back to my nice and bright twilight theme *.*

This commit is contained in:
Sebastian Schulze 2017-12-05 11:15:18 +01:00
parent 974bf18b07
commit 169b368638
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 11 additions and 6 deletions

View File

@ -86,7 +86,11 @@ values."
;; wrapped in a layer. If you need some configuration for these
;; packages, then consider creating a layer. You can also put the
;; configuration in `dotspacemacs/user-config'.
dotspacemacs-additional-packages '(multiple-cursors)
dotspacemacs-additional-packages '(
multiple-cursors
twilight-bright-theme
pocket-reader
)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
;; A list of packages that will not be installed and loaded.
@ -158,17 +162,18 @@ 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 '(spacemacs-light
dotspacemacs-themes '(twilight-bright
spacemacs-light
spacemacs-dark)
;; If non nil the cursor color matches the state color in GUI Emacs.
dotspacemacs-colorize-cursor-according-to-state t
;; Default font, or prioritized list of fonts. `powerline-scale' allows to
;; quickly tweak the mode-line size to make separators look not too crappy.
dotspacemacs-default-font '("Fira Mono"
dotspacemacs-default-font '("Source Code Pro"
:size 15
:weight normal
:width normal
:powerline-scale 1.1)
;:weight normal
;:width normal
:powerline-scale 1.0)
;; The leader key
dotspacemacs-leader-key "SPC"
;; The key used for Emacs commands (M-x) (after pressing on the leader key).