Add some details on emacs theme configuration

main
Sergio Alvariño 2 years ago
parent 68a5d5ed05
commit 60ce37b80a

@ -8,7 +8,8 @@
- Check <https://github.com/minad/osm>
- Check =pdf-tools=
- Check =org-presentation=
- Check ESS and project.el problem
- Check ESS and =project.el= problem
- Check =perspective.el=
* Famous init files
- [[https://github.com/zamansky/dot-emacs][The Big Zemansky]]
@ -283,8 +284,16 @@ See colors in emacs
#+end_src
* color-theme
Get some colour in your life
- [[https://emacsthemes.com/popular/index.html][Popular themes gallery]]
- [[https://github.com/doomemacs/themes/tree/screenshots][Some doom-themes gallery]]
There is no way in emacs (as far as I know) to find out the active color-theme, I'm currently using doom themes. In particular =doom-vibrant=
Try =M-x consult-theme=
#+begin_src emacs-lisp
;; (use-package modus-operandi-theme)
(use-package modus-themes)
;; (load-theme 'modus-operandi t)
;; (load-theme 'modus-vivendi t)
@ -309,6 +318,12 @@ See colors in emacs
;; Corrects (and improves) org-mode's native fontification.
(doom-themes-org-config)
)
;; (use-package zenburn-theme
;; :config
;; (setq zenburn-use-variable-pitch t) ;; use variable-pitch fonts for some headings and titles
;; (setq zenburn-scale-org-headlines t) ;; scale headings in org-mode
;; (setq zenburn-scale-outline-headlines t) ;; scale headings in outline-mode
;; )
#+end_src
* Completion systems

Loading…
Cancel
Save