From d0165d882ee126f7acb0c640a0405e1be33f54dc Mon Sep 17 00:00:00 2001 From: zongor Date: Sun, 23 Apr 2023 09:59:59 -0400 Subject: [PATCH] fix emacs themes --- .emacs | 5 ++++- mazarbul-theme.el => .emacs.d/themes/mazarbul-theme.el | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) rename mazarbul-theme.el => .emacs.d/themes/mazarbul-theme.el (97%) diff --git a/.emacs b/.emacs index 627c82c..c6e06b5 100755 --- a/.emacs +++ b/.emacs @@ -111,13 +111,16 @@ (require 'evil-org-agenda) (evil-org-agenda-set-keys)) +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") +(load-theme 'mazarbul t) + (use-package doom-themes :ensure t :config ;; Global settings (defaults) (setq doom-themes-enable-bold t ; if nil, bold is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled - (load-theme 'doom-monokai-classic t) + ;;(load-theme 'doom-monokai-classic t) ;; Enable custom neotree theme (all-the-icons must be installed!) (doom-themes-neotree-config) ;; Corrects (and improves) org-mode's native fontification. diff --git a/mazarbul-theme.el b/.emacs.d/themes/mazarbul-theme.el similarity index 97% rename from mazarbul-theme.el rename to .emacs.d/themes/mazarbul-theme.el index 4295b4e..99e2aa3 100644 --- a/mazarbul-theme.el +++ b/.emacs.d/themes/mazarbul-theme.el @@ -65,7 +65,7 @@ `(font-lock-macro-key-face ((t (:inherit font-lock-variable-name-face)))) `(font-lock-const-face ((t (:foreground ,col_pur)))) `(font-lock-resource-face ((t (:foreground ,col_org)))) - `(font-lock-debug-face ((t (:foreground ,co__red)))) + `(font-lock-debug-face ((t (:foreground ,col_red)))) ;; comments `(font-lock-comment-face ((t (:foreground ,col_gry))))