Small theme fixes

This commit is contained in:
Maciej 2018-09-09 21:42:49 +03:00
parent 656b4ec152
commit db44263ac0
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 7 additions and 7 deletions

View file

@ -3,13 +3,11 @@
(setq-default sml/no-confirm-load-theme t)
(setq-default display-time-format "%H:%M") ;; time format to display on mode line
(sml/setup)
(sml/apply-theme 'respectful)
(load "~/.emacs.d/10themes-base16-not-harmonic.el")
(load-theme 'base16-mexico-light t t)
(load-theme 'flatui t t)
(load-theme 'manoj-dark t t)
(defun base16-mexico-light-custom ()
"Additional configuration for Base16 theme."
@ -25,10 +23,11 @@
(if (display-graphic-p)
(progn
(sml/apply-theme 'respectful)
(enable-theme 'base16-not-harmonic)
(base16-harmonic-custom))
(progn
(enable-theme 'flatui)))
(enable-theme 'manoj-dark)))
;; Set font face
(set-face-attribute 'default nil :font "Hasklig 15")
@ -39,5 +38,5 @@
;; Set fringe colors to default, so it does not bother you.
(set-face-attribute 'fringe nil
:foreground (face-foreground 'default)
:background (face-background 'default))
:foreground (face-foreground 'default)
:background (face-background 'default))