Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gugod/grey-paper-theme

A greyscale theme with look-n-feel of an eink display
https://github.com/gugod/grey-paper-theme

emacs theme

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# grey-paper-theme

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

# Screenshots

![](screenshots/grey-paper-cperl-mode.png)

# 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][]:

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

[melpa]: https://melpa.org
[use-package]: https://jwiegley.github.io/use-package/