rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 194 forks source link

Question: Dark theme #102

Closed pmatos closed 2 years ago

pmatos commented 2 years ago

After installing through straight.el, I get stuck with the light theme. I can't understand how to change this to a dark theme. Any help?

pmatos commented 2 years ago

Ah - I read now I shouldn't require 'nano but instead merge its contents into my config file. Makes sense, thanks.

subego commented 2 years ago

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

rougier commented 2 years ago

Also, make sure to have a look at nano-theme which is now available on ELPA.

pmatos commented 2 years ago

Also, make sure to have a look at nano-theme which is now available on ELPA.

yes, thanks. I am starting to use the packages from ELPA instead of the ones in nano-emacs when available. Thanks.