1
0
Fork
You've already forked terminal-green-theme
0
Emacs Terminal Green color theme
  • Emacs Lisp 100%
Find a file
Alexey Veretennikov e6e9554fc2 Updaded eshell prompt
2026年03月05日 08:58:58 +01:00
README.md Updated readme 2026年01月01日 22:09:55 +01:00
terminal-green-theme.el Updaded eshell prompt 2026年03月05日 08:58:58 +01:00

terminal-green-theme

This theme is loosely based on terminal-style, black background and green foreground, with minimum colors.

Screenshots

screenshot1

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)