[emacs] Fix up a nice bright theme

This commit is contained in:
Sebastian Schulze 2019-06-05 13:11:36 +02:00
parent a941a07885
commit 2026a5d9f9
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 17 additions and 5 deletions

View File

@ -82,6 +82,8 @@ values."
multiple-cursors
atomic-chrome
kaolin-themes
darktooth-theme
srcery-theme
doom-themes
pocket-reader
hledger-mode
@ -103,6 +105,9 @@ values."
ox-epub
ialign
color-theme-sanityinc-tomorrow
plantuml-mode
flycheck-plantuml
nord-theme
)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
@ -180,7 +185,13 @@ 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-dracula
dotspacemacs-themes '(doom-one-light
doom-opera-light
doom-solarized-light
doom-nord-light
srcery
nord
doom-dracula
doom-spacegrey
doom-one-light
doom-one
@ -196,10 +207,11 @@ values."
;; 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 '("FuraCode Nerd Font"
:weight normal
:width normal
:powerline-scale 1.0)
dotspacemacs-default-font '("Fura Code Nerd Font"
:size 12.0
;; :weight normal
;; :width normal
:powerline-scale 0.8)
;; The leader key
dotspacemacs-leader-key "SPC"