this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Emacs) changed theme

+19 -15
+19 -15
home/emacs/emacs.org
··· 122 122 ** Themes 123 123 124 124 #+begin_src emacs-lisp 125 - (use-package doom-themes 126 - :ensure t 127 - :config 128 - (setq doom-themes-enable-bold t 129 - doom-themes-enable-italic t) 130 - (load-theme 'doom-snazzy t) 131 - (doom-themes-visual-bell-config) 132 - (doom-themes-org-config)) 125 + (use-package doom-themes 126 + :config 127 + (setq doom-themes-enable-bold t 128 + doom-themes-enable-italic t) 129 + (doom-themes-visual-bell-config) 130 + (doom-themes-org-config)) 133 131 134 - 135 - (use-package doom-modeline 136 - :ensure t 137 - :hook (after-init . doom-modeline-mode) 138 - :custom ((doom-modeline-height 15))) 132 + (use-package doom-modeline 133 + :ensure t 134 + :hook (after-init . doom-modeline-mode) 135 + :custom ((doom-modeline-height 15))) 139 136 140 - (use-package all-the-icons 141 - :if (display-graphic-p)) 137 + (use-package all-the-icons 138 + :if (display-graphic-p)) 142 139 #+end_src 140 + 141 + *** [[https://protesilaos.com/emacs/ef-themes][Ef Themes]] 142 + #+begin_src emacs-lisp 143 + (use-package ef-themes 144 + :config 145 + (load-theme 'ef-tritanopia-dark t)) 146 + #+end_src 143 147 144 148 ** Neotree 145 149 #+begin_src emacs-lisp