From 85bb9db1ae6072dc35c7c109771997c2d65d1313 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:05:03 +0400 Subject: [PATCH] another one --- config/emacs/emacs.org | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index 8c2ef6a9..4cbffa13 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -356,25 +356,28 @@ Cause emacs overlay lol #+end_src ** Custom Themes #+begin_src emacs-lisp - ;; (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 the theme - ;; (load-theme 'doom-monokai-pro 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 the theme + ;; (load-theme 'doom-monokai-pro t) - ;; (doom-themes-org-config) + ;; (doom-themes-org-config) - ;; (doom-themes-treemacs-config) + ;; (doom-themes-treemacs-config) - ;; ;; Enable flashing mode-line on errors - ;; (doom-themes-visual-bell-config)) + ;; ;; Enable flashing mode-line on errors + ;; (doom-themes-visual-bell-config)) - (use-package timu-macos-theme - :config - (load-theme 'timu-macos t)) + ;; (use-package timu-macos-theme + ;; :config + ;; (load-theme 'timu-macos t)) + + (use-package badger-theme + :config (load-theme 'badger t)) #+end_src ** All the Icons (to make doom-themes happy) #+begin_src emacs-lisp