Skip to content

Fybe/almost-mono

 
 

Repository files navigation

Almost mono black theme

An almost monochrome Emacs theme.

Installation

Use package

If you have straight.el setup on your system loading almost-mono-themes is as simple as:

(use-package almost-mono-theme
  :straight (:type git :host github :repo "Fybe/almost-mono")
  :config
  (load-theme 'almost-mono t))

Manual installation

If you prefer, you can install almost-mono-theme manually by downloading almost-mono-theme.el in this repo and placing it somewhere in your load-path or custom-theme-load-path (see example below).

You can set your paths by adding these lines to your .emacs.d or .emacs.d/init.el:

;; Put the theme file almost-mono-theme.el in your load path
(add-to-list 'load-path "~/.emacs.d/elisp")

;; Put the theme file almost-mono-theme.el in your theme load path
(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 RET!

About

Almost monochromatic theme for emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%