From 2026a5d9f9a5c390cae69c80cec3c0c14d488388 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 5 Jun 2019 13:11:36 +0200 Subject: [PATCH] [emacs] Fix up a nice bright theme --- home/.spacemacs | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/home/.spacemacs b/home/.spacemacs index e2ebbf5..396160e 100644 --- a/home/.spacemacs +++ b/home/.spacemacs @@ -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 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"