Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 515 Bytes

readme.org

File metadata and controls

25 lines (18 loc) · 515 Bytes

doom-verde-theme

verde Emacs Theme

This theme is not finished and work in progress.

img/Capture0.png

img/Capture1.png

Install

Put the verde-theme inside your /.doom.d/themes/ or .emacs.d/themes/ and then add the following line to your config.el:

(use-package doom-themes
	:init
	(setq doom-theme 'doom-verde
	 ;; the rest of your config ...
	 ))