summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.org b/config.org index e9aa8ca..d37139c 100644 --- a/config.org +++ b/config.org
@@ -383,8 +383,12 @@ issue.
383 383
384*** Modus themes :package: 384*** Modus themes :package:
385 385
386I want the git version.
387
386#+begin_src emacs-lisp :noweb-ref packages 388#+begin_src emacs-lisp :noweb-ref packages
387 (straight-use-package 'modus-themes) 389 (straight-use-package '(modus-themes
390 :host gitlab
391 :repo "protesilaos/modus-themes"))
388#+end_src 392#+end_src
389 393
390#+begin_src emacs-lisp :noweb-ref settings 394#+begin_src emacs-lisp :noweb-ref settings
@@ -394,7 +398,8 @@ issue.
394 modus-themes-org-blocks 'grayscale 398 modus-themes-org-blocks 'grayscale
395 modus-themes-headings '((1 . line) 399 modus-themes-headings '((1 . line)
396 (t . t)) 400 (t . t))
397 modus-themes-scale-headings nil) 401 modus-themes-scale-headings nil
402 modus-themes-mode-line 'borderless-3d)
398#+end_src 403#+end_src
399 404
400*** Change themes based on time of day 405*** Change themes based on time of day