From 9f52004efafca9062af872e453f3ebdc15ba33a9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 21 Aug 2024 22:38:54 -0600 Subject: [PATCH] theme --- emacs/init.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 53c5c25..8e43a69 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -14,15 +14,16 @@ ;; --- Customization (defvar custom-font "JetBrains Mono-10") -(defvar custom-theme 'doom-gruvbox) +(defvar custom-theme 'doom-henna) +(setq org-agenda-files '("~/Documents/agenda")) -(custom-set-faces - ;; '(hl-line ((t (:background "gray20" :underline nil)))) - '(mode-line-inactive ((t (:background "#282828" :foreground "#504945" :box nil)))) - '(mode-line ((t (:background "#282828" :foreground "#a89984" :box nil)))) - '(org-block ((t (:background "#282828")))) - '(org-quote ((t (:background "#282828")))) - '(default ((t (:background "#1d2021"))))) +; (custom-set-faces +; '(hl-line ((t (:background "gray20" :underline nil)))) +; '(mode-line-inactive ((t (:background "#282828" :foreground "#504945" :box nil)))) +; '(mode-line ((t (:background "#282828" :foreground "#a89984" :box nil)))) +; '(org-block ((t (:background "#282828")))) +; '(org-quote ((t (:background "#282828")))) +; '(default ((t (:background "#1d2021"))))) ;; --- Global Preferences --- (setq custom-file (concat user-emacs-directory "custom.el"))