Change theme

This commit is contained in:
Dimitri Lozeve 2021-06-24 17:58:35 +02:00
parent 1f27b956e0
commit f94f05e266

23
init.el
View file

@ -112,22 +112,17 @@
(setq uniquify-ignore-buffers-re "^\\*")) (setq uniquify-ignore-buffers-re "^\\*"))
;; Theme ;; Theme
(use-package base16-theme ;; (use-package base16-theme
;; :straight t
;; :init
;; (setq base16-theme-256-color-source 'base16-shell)
;; :config
;; (load-theme 'base16-default-dark t))
(use-package color-theme-sanityinc-tomorrow
:straight t :straight t
:init
(setq base16-theme-256-color-source 'base16-shell)
:config :config
(load-theme 'base16-default-dark t)) (load-theme 'sanityinc-tomorrow-night t))
;; (use-package color-theme-sanityinc-tomorrow
;; :straight t
;; :config
;; (load-theme 'sanityinc-tomorrow-night))
;; (use-package vscode-dark-plus-theme
;; :straight t
;; :config
;; (load-theme 'vscode-dark-plus t))
(use-package mood-line (use-package mood-line
:straight t :straight t