Load a period-appropriate theme on startup
This commit is contained in:
parent
beb50682fb
commit
819bb7be0f
2 changed files with 6 additions and 8 deletions
|
@ -429,9 +429,7 @@ Prot is the lead developer and maintainer of this package.
|
||||||
(agenda-structure . (variable-pitch light 1.9))
|
(agenda-structure . (variable-pitch light 1.9))
|
||||||
(t . (variable-pitch 1.1))))
|
(t . (variable-pitch 1.1))))
|
||||||
(setq ef-themes-disable-other-themes t)
|
(setq ef-themes-disable-other-themes t)
|
||||||
(mapc #'disable-theme custom-enabled-themes)
|
(mapc #'disable-theme custom-enabled-themes))
|
||||||
|
|
||||||
(ef-themes-select 'ef-elea-light))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** The =unravel-theme.el= section for ~lin~
|
** The =unravel-theme.el= section for ~lin~
|
||||||
|
@ -646,7 +644,8 @@ Bruno Boal is the lead developer and Prot is a co-maintainer.
|
||||||
:evening (ef-rosa ef-elea-dark ef-maris-dark ef-melissa-dark ef-trio-dark ef-dream)))
|
:evening (ef-rosa ef-elea-dark ef-maris-dark ef-melissa-dark ef-trio-dark ef-dream)))
|
||||||
|
|
||||||
(when (or modus-themes-p ef-themes-p)
|
(when (or modus-themes-p ef-themes-p)
|
||||||
(theme-buffet-timer-hours 2))))
|
(theme-buffet-timer-hours 2)
|
||||||
|
(theme-buffet-a-la-carte))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** The =unravel-theme.el= section about ~fontaine~
|
** The =unravel-theme.el= section about ~fontaine~
|
||||||
|
|
|
@ -28,9 +28,7 @@
|
||||||
(agenda-structure . (variable-pitch light 1.9))
|
(agenda-structure . (variable-pitch light 1.9))
|
||||||
(t . (variable-pitch 1.1))))
|
(t . (variable-pitch 1.1))))
|
||||||
(setq ef-themes-disable-other-themes t)
|
(setq ef-themes-disable-other-themes t)
|
||||||
(mapc #'disable-theme custom-enabled-themes)
|
(mapc #'disable-theme custom-enabled-themes))
|
||||||
|
|
||||||
(ef-themes-select 'ef-elea-light))
|
|
||||||
|
|
||||||
;;;; Lin
|
;;;; Lin
|
||||||
;; Read the lin manual: <https://protesilaos.com/emacs/lin>.
|
;; Read the lin manual: <https://protesilaos.com/emacs/lin>.
|
||||||
|
@ -148,7 +146,8 @@
|
||||||
:evening (ef-rosa ef-elea-dark ef-maris-dark ef-melissa-dark ef-trio-dark ef-dream)))
|
:evening (ef-rosa ef-elea-dark ef-maris-dark ef-melissa-dark ef-trio-dark ef-dream)))
|
||||||
|
|
||||||
(when (or modus-themes-p ef-themes-p)
|
(when (or modus-themes-p ef-themes-p)
|
||||||
(theme-buffet-timer-hours 2))))
|
(theme-buffet-timer-hours 2)
|
||||||
|
(theme-buffet-a-la-carte))))
|
||||||
|
|
||||||
;;;; Fontaine (font configurations)
|
;;;; Fontaine (font configurations)
|
||||||
;; Read the manual: <https://protesilaos.com/emacs/fontaine>
|
;; Read the manual: <https://protesilaos.com/emacs/fontaine>
|
||||||
|
|
Loading…
Reference in a new issue