/grey-paper-theme

A greyscale theme with look-n-feel of an eink display

Primary LanguageEmacs LispCreative Commons Zero v1.0 UniversalCC0-1.0

grey-paper-theme

Grey paper theme is a greyscale theme that looks like eink displays.

Screenshots

Installation

To manually install this, downlod only grey-paper-theme.el in this repo and put it under your custom-theme-directory.

grey-paper-theme is also listed in melpa and can be loaded using use-package:

(use-package grey-paper-theme
  :config
  (load-theme 'grey-paper t))