This package contains an attempt to replicate N Λ N O Theme using Doom themes framework. Hence, it can work properly when using Doom Emacs.
First, copy the files to ~/.doom.d/themes/ or
~/config/doom/themes/ depending on your local setup.
If you are using Doom Emacs, add to your config.el:
(after! doom-themes
(load-theme 'doom-nano-light t))or
(after! doom-themes
(load-theme 'doom-nano-dark t))depending on the theme variant you like.
If you are not using Doom Emacs, just select the theme inside use-package call
as mentioned in doom-themes documentation.

