lazycat-theme is my theme package, code base fork from doom-theme and disable mode-line default (see also awesome-tray)
- Clone this repository
git clone --depth=1 https://github.com/manateelazycat/lazycat-theme.git
-
Move lazycat-theme to your load-path.
The load-path is usually
~/elisp/
.It's set in your
~/.emacs
or~/.emacs.d/init.el
like this:
(add-to-list 'load-path (expand-file-name "~/elisp"))
(require 'lazycat-theme)
Switch to dark theme:
(lazycat-theme-load-dark)
Switch to light theme:
(lazycat-theme-load-light)
(lazycat-theme-toggle)
(lazycat-theme-load)
(lazycat-theme-load-with-sunrise)