From 1422b94e7a05fbfb822fd8c396e247fab8ad01f2 Mon Sep 17 00:00:00 2001 From: rhjr Date: Tue, 20 Jan 2026 14:51:28 +0100 Subject: [PATCH] Added: tsoding's gruber-darker-theme --- .config/emacs/init.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index c9ed3f4..44aff09 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -192,6 +192,11 @@ (highlight-parentheses-colors '("#8ffff2" "#8ffff2" "#8ffff2" "#8ffff2" "#8ffff2"))) +(use-package gruber-darker-theme + :ensure t + :config + (load-theme 'gruber-darker t)) + (use-package emacs :custom ;; Enable context menu. `vertico-multiform-mode' adds a menu in the minibuffer @@ -261,8 +266,8 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(cape consult corfu corfu-candidate-overlay highlight-parentheses - magit orderless vertico))) + '(cape consult corfu corfu-candidate-overlay gruber-darker-theme + highlight-parentheses magit orderless vertico))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.