doom-nano-themes icon indicating copy to clipboard operation
doom-nano-themes copied to clipboard

A light and dark themes for Doom Emacs based on N Λ N O Themes

Doom N Λ N O Themes

This package contains an attempt to replicate N Λ N O Theme using Doom themes framework. Hence, it can work properly when using Doom Emacs.

Installation

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.

Screenshot

Light theme

Screenshot-Light

Dark theme

Screenshot-Dark