This is an emacs theme spilt from nano-emacs.
Since there an official nano-theme, this will be changed more for my personal use.
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)