rougier / nano-theme

GNU Emacs / N Λ N O Theme
GNU General Public License v3.0
369 stars 35 forks source link
emacs lisp nano theme

GNU Emacs / N Λ N O Theme

A consistent theme for GNU Emacs. The light theme is based on Material colors and the dark theme is based on Nord colors.

The theme is based on a set of six faces (only):

Installation

Install with straight.el:

(straight-use-package '(nano-theme :type git :host github
                                   :repo "rougier/nano-theme"))

... or install with quelpa:

(use-package nano-theme
  :ensure nil
  :defer t
  :quelpa (nano-theme
           :fetcher github
           :repo "rougier/nano-theme"))

Usage

Load theme directly: M-x: (load-theme 'nano t)

Alternatively, you can type:

If you want the same aspect as in the screenshots, you can also use M-x: (nano-mode)

Screenshots