From 580854a8d1a52bfa060f15620c038955a25d06dc Mon Sep 17 00:00:00 2001 From: Curt Spark Date: Sun, 19 Apr 2020 02:27:49 +0100 Subject: [PATCH] Change to Xresources theme --- config.org | 4 ++-- init.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 413f568..c9acd9a 100644 --- a/config.org +++ b/config.org @@ -66,10 +66,10 @@ Install the package, enable it and ensure that it always is installed: The theme for Emacs. Install and set the theme, ensuring that it is always installed: #+BEGIN_SRC emacs-lisp - (use-package dracula-theme + (use-package xresources-theme :ensure t :init - (load-theme 'dracula t)) + (load-theme 'xresources t)) #+END_SRC *** All The Icons All The Icons is a package to display cool icons within Emacs. diff --git a/init.el b/init.el index d20d7a1..16c14dc 100644 --- a/init.el +++ b/init.el @@ -27,7 +27,7 @@ ;; If there is more than one, they won't work right. '(custom-safe-themes (quote - ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default))) + ("86704574d397606ee1433af037c46611fb0a2787e8b6fd1d6c96361575be72d2" "a41b81af6336bd822137d4341f7e16495a49b06c180d6a6417bf9fd1001b6d2b" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default))) '(package-selected-packages (quote (org-bullets company flyspell-correct-ivy evil ivy which-key use-package))))