This theme is not finished and work in progress.
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 ...
))