Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gugod/grey-paper-theme
- Owner: gugod
- License: cc0-1.0
- Created: 2021-06-03T23:25:22.000Z (over 3 years ago)
- Default Branch: fun
- Last Pushed: 2023-04-15T11:16:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T07:45:13.688Z (4 months ago)
- Topics: emacs, theme
- Language: Emacs Lisp
- Homepage:
- Size: 230 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/