mrunhap / lazycat-theme

Cool hacker's emacs theme, but won't hurt your eye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LazyCat's Emacs Theme

lazycat-theme is my theme package, code base fork from doom-theme and disable mode-line default (see also awesome-tray)

Installation

  1. Clone this repository
git clone --depth=1 https://github.com/manateelazycat/lazycat-theme.git
  1. 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)

Usage

Load theme

Switch to dark theme:

(lazycat-theme-load-dark)

Switch to light theme:

(lazycat-theme-load-light)

Toggle theme

(lazycat-theme-toggle)

Load theme with current time

(lazycat-theme-load)

Check the time every hour then adjusted theme with sunrise

(lazycat-theme-load-with-sunrise)

About

Cool hacker's emacs theme, but won't hurt your eye


Languages

Language:Emacs Lisp 100.0%