diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-28 08:25:22 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-28 08:25:22 -0700 |
commit | ed2c73a9ef5fee74fc6c0c3f6dee176e9f2bdee9 (patch) | |
tree | 48bd6e8741b0497283c6d68b3423f9c2af5d6ec5 /.emacs.d/rul-lisp/packages/rul-themes.el | |
parent | 2b46480d66e0b3f26e19a4d12cd5236e43bb9817 (diff) |
emacs: add rul-themes to literate config
Diffstat (limited to '.emacs.d/rul-lisp/packages/rul-themes.el')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-themes.el | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-themes.el b/.emacs.d/rul-lisp/packages/rul-themes.el index f3df8a8..2c696ec 100644 --- a/.emacs.d/rul-lisp/packages/rul-themes.el +++ b/.emacs.d/rul-lisp/packages/rul-themes.el @@ -1,16 +1,17 @@ -(use-package modus-themes :ensure t) (use-package ef-themes :ensure t) - -(setq - modus-themes-mode-line '(accented borderless padded) - modus-themes-region '(bg-only) - modus-themes-bold-constructs t - modus-themes-italic-constructs t - modus-themes-paren-match '(bold intense) - modus-themes-headings (quote ((1 . (rainbow variable-pitch 1.3)) - (2 . (rainbow 1.1)) - (t . (rainbow)))) - modus-themes-org-blocks 'tinted) +(use-package modus-themes + :ensure t + :config + (setq + modus-themes-mode-line '(accented borderless padded) + modus-themes-region '(bg-only) + modus-themes-bold-constructs t + modus-themes-italic-constructs t + modus-themes-paren-match '(bold intense) + modus-themes-headings (quote ((1 . (rainbow variable-pitch 1.3)) + (2 . (rainbow 1.1)) + (t . (rainbow)))) + modus-themes-org-blocks 'tinted)) (use-package dbus) (defun mf/set-theme-from-dbus-value (value) |