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

https://github.com/rufflewind/emacs-rustdoc-theme

An Emacs theme inspired by rustdoc.
https://github.com/rufflewind/emacs-rustdoc-theme

Last synced: 4 months ago
JSON representation

An Emacs theme inspired by rustdoc.

Awesome Lists containing this project

README

          

# `rustdoc`-like Emacs theme

## Installation

Put `rustdoc-theme.el` in a directory such as `~/.emacs.d/elisp` and then add
the directory to the `custom-theme-load-path` variable in the Emacs
configuration file:

~~~lisp
;; add this to ~/.emacs or ~/.emacs.d/init.el
(add-to-list 'custom-theme-load-path "~/.emacs.d/elisp")
~~~

![Screenshot](example.png)