commit - 549c17ded63f3b5387d26071ae609d6a4f129da4
commit + ad037d55f4dfac1b1888da091cfeb7bdd55d8942
blob - 1085d966f86853f653de174a7c5f437a43ee3f56
blob + 732917c3618a129fd147c7862ef4c5804b947372
--- lisp/setup-ui.el
+++ lisp/setup-ui.el
(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)