From fd8c3beaf4846fcd60d87474197ffeff088917e7 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 16 Apr 2023 07:26:59 -0700 Subject: theme twiddling --- init-el.org | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/init-el.org b/init-el.org index 66948ae..2c4ab6a 100644 --- a/init-el.org +++ b/init-el.org @@ -599,13 +599,14 @@ New in emacs 28, native compilation can be enabled: ;(load "~/.emacs.d/shanty-themes.el") (setq my-installed-themes - '(lab-themes + '( morgentau-theme avk-emacs-themes - eziam-themes - monokai-pro-theme + + yoshi-theme timu-caribbean-theme + modus-themes lush-theme oldlace-theme soft-morning-theme @@ -623,20 +624,18 @@ New in emacs 28, native compilation can be enabled: #+begin_src elisp :results none (setq *my-themes* - '(modus-operandi - eziam-light + '(modus-operandi-tinted avk-daylight soft-morning - oldlace - lab-light - eziam-dusk - warm-night yoshi morgentau + warm-night timu-caribbean lush - eziam-dark - modus-vivendi)) + modus-vivendi-tinted)) + +(when (car custom-enabled-themes) + (disable-theme (car custom-enabled-themes))) (load-theme (first *my-themes*) t) @@ -1168,6 +1167,7 @@ stand up and move around. <> <> <> +<> #+end_src ** Literate Programming @@ -1406,7 +1406,6 @@ from debian contrib - ** OCaml #+name: ocaml-config #+begin_src elisp :noweb no-export :results none -- cgit v1.2.3