ludamillion / almost-mono-themes

Almost monochromatic themes for emacs in a few variants

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Almost mono themes

A collection of almost monochrome emacs themes in a couple of variants.

almost-mono-white

almost-mono-black

Installation

Use package

If you have use-package setup on your system loading almost-mono-themes is as simple as:

(use-package almost-mono-themes
  :config
  ;; (load-theme 'almost-mono-black t)
  (load-theme 'almost-mono-white t))

Manual installation

If you prefer, you can install almost-mono-themes manually by downloading the elisp files in this repo and place them somewhere in your custom-theme-load-path.

You can set your custom-theme-load-path by adding this to your .emacs.d or .emacs.d/init.el:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")

You should now be able to load almost-mono-themes with M-x load-theme RET almost-mono-{white, black}!

About

Almost monochromatic themes for emacs in a few variants

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%