mrunhap / nano-theme.el

Emacs theme split from nano-emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Emacs theme split from nano-emacs.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%