Emacs Terminal Green color theme
- Emacs Lisp 100%
|
|
||
|---|---|---|
| README.md | Updated readme | |
| terminal-green-theme.el | Updaded eshell prompt | |
terminal-green-theme
This theme is loosely based on terminal-style, black background and green foreground, with minimum colors.
Screenshots
Installation
Put this directory into the custom-theme-load variable and add the following to your init file:
(push (substitute-in-file-name "~/.emacs.d/terminal-green-theme/") custom-theme-load-path)
(load-theme 'terminal-green t)