use zenburn and leuven themes

This commit is contained in:
Łukasz Pankowski 2019-07-23 22:32:34 +02:00
parent 6104afef13
commit 1d2aa8271c

View File

@ -976,10 +976,10 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
;;; Fancy mode line and some themes ;;; Fancy mode line and some themes
(use-package zerodark-theme (use-package zenburn-theme
:defer) :defer)
(use-package parchment-theme (use-package leuven-theme
:defer) :defer)
;;; Easy switching between themes ;;; Easy switching between themes
@ -996,8 +996,8 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
;;; Toggle between dark and light themes with a key ;;; Toggle between dark and light themes with a key
(setq my-dark-theme 'zerodark (setq my-dark-theme 'zenburn
my-light-theme 'parchment) my-light-theme 'leuven)
(defun my-toggle-theme () (defun my-toggle-theme ()
"Toggle between dark and light themes" "Toggle between dark and light themes"