Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 696 Bytes

README.org

File metadata and controls

21 lines (13 loc) · 696 Bytes

nano-theme.el

This is an emacs theme spilt from nano-emacs.

Since there an official nano-theme, this will be changed more for my personal use.

Installation

Put nano-theme.el in your custom-theme-load-path, or use straight.el.

(straight-use-package '(nano-theme :type git :host github :repo "404cn/nano-theme.el"))

Then (load-theme 'nano t).

The default theme is light, add this to your config before load theme if you want to use dark theme.

(setq nano-theme-light/dark 'dark)