commit ad037d55f4dfac1b1888da091cfeb7bdd55d8942 from: mtmn date: Sat Sep 19 18:22:18 2026 UTC lambda-dark commit - 549c17ded63f3b5387d26071ae609d6a4f129da4 commit + ad037d55f4dfac1b1888da091cfeb7bdd55d8942 blob - 1085d966f86853f653de174a7c5f437a43ee3f56 blob + 732917c3618a129fd147c7862ef4c5804b947372 --- lisp/setup-ui.el +++ lisp/setup-ui.el @@ -87,8 +87,16 @@ (use-package doric-themes :ensure (:host github :repo "protesilaos/doric-themes")) +(use-package lambda-themes + :ensure (:host codeberg :repo "lambda-emacs/lambda-themes") + :custom + (lambda-themes-set-italic-comments t) + (lambda-themes-set-italic-keywords t) + (lambda-themes-set-variable-pitch t) + :config + (load-theme 'lambda-dark)) + (use-package ef-themes - :if (display-graphic-p) :demand t :config)