this repo has no description
0
fork

Configure Feed

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

:sparkles: (Emacs) Kaolin theme

+8 -4
+8 -4
home/emacs/emacs.org
··· 137 137 (use-package all-the-icons 138 138 :if (display-graphic-p)) 139 139 #+end_src 140 - 140 + 141 141 *** [[https://protesilaos.com/emacs/ef-themes][Ef Themes]] 142 142 #+begin_src emacs-lisp 143 - (use-package ef-themes 144 - :config 145 - (load-theme 'ef-tritanopia-dark t)) 143 + (use-package ef-themes) 146 144 #+end_src 147 145 146 + *** [[https://github.com/ogdenwebb/emacs-kaolin-themes][Kaolin]] 147 + #+begin_src emacs-lisp 148 + (use-package kaolin-themes 149 + :config 150 + (load-theme 'kaolin-galaxy t)) 151 + #+end_src 148 152 ** Neotree 149 153 #+begin_src emacs-lisp 150 154 (use-package neotree