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))))