From c67d0ea9c3a3ece16a97f8a246088e2f96351218 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 11 Feb 2025 12:25:22 +0100 Subject: Add themes back Somehow I deleted the theme without noticing... --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 60d7fae..6c4d987 100644 --- a/README.org +++ b/README.org @@ -44,6 +44,12 @@ #+begin_src elisp (set-fringe-mode 10) #+end_src +** Theme +#+begin_src elisp + (use-package doom-themes + :config + (load-theme 'doom-solarized-dark t)) +#+end_src ** Modeline *** Doom modeline #+begin_src elisp -- cgit v1.2.3