From f94f05e266f65fd145b3e6e7c8e378dbc67832f6 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Thu, 24 Jun 2021 17:58:35 +0200 Subject: [PATCH] Change theme --- init.el | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/init.el b/init.el index 7245199..66a32f2 100644 --- a/init.el +++ b/init.el @@ -112,22 +112,17 @@ (setq uniquify-ignore-buffers-re "^\\*")) ;; 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 - :init - (setq base16-theme-256-color-source 'base16-shell) :config - (load-theme 'base16-default-dark 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)) + (load-theme 'sanityinc-tomorrow-night t)) (use-package mood-line :straight t