From 02afcd1e84e310c084bd98b5b60ec664855578ab Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 11 Jul 2024 17:28:56 -0400 Subject: [PATCH] install zenburn theme --- lisp/themes.el | 4 ++++ straight/versions/default.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/themes.el b/lisp/themes.el index cc4e6ea..27c5637 100644 --- a/lisp/themes.el +++ b/lisp/themes.el @@ -15,6 +15,10 @@ (load-theme 'doom-one-light t t) (load-theme 'doom-vibrant t t)) +(use-package zenburn-theme + :config + (load-theme 'zenburn t t)) + ;; theme functions (defun switch-theme (theme) diff --git a/straight/versions/default.el b/straight/versions/default.el index 07480c9..15bce63 100644 --- a/straight/versions/default.el +++ b/straight/versions/default.el @@ -118,5 +118,6 @@ ("yaml-mode" . "7b5ce294fb15c2c8926fa476d7218aa415550a2a") ("yaml.el" . "70c4fcead97e9bd6594e418c922ae769818f4245") ("yasnippet" . "eb5ba2664c3a68ae4a53bb38b85418dd131b208f") - ("yasnippet-snippets" . "6fafad13bb4689600285d9e38c61958dd63c356d")) + ("yasnippet-snippets" . "6fafad13bb4689600285d9e38c61958dd63c356d") + ("zenburn-emacs" . "15f48bfc6b52d112f3c3fd98e533bda9138ffdd2")) :gamma -- 2.38.4