Skip to content

brihadeesh/colourless-themes.el

 
 

Repository files navigation

colourless-themes

colourless-themes is a collection of “primarily colourless themes".

Screenshots

WIP

Installation

Install this how you would install a package from github - this varies with the flavour of Emacs in use. If you use doom-emacs like I do, add this line in your packages.el:

(package! colourless-themes :recipe
  (:host github
   :repo "peregrinat0r/colourless-themes.el"))

Then just run the doom/reload command from within doom-emacs or from a terminal run:

$EMACSDIR/bin/doom sync

Remember to restart Emacs after this.

Usage

For doom-emacs, load any theme from this repo by updating your config.el thus:

# this line usually exists so just modify the theme name
(setq doom-theme 'nordless)

or temporarily set it using the load-theme command for doom-emacs, or the customize-themes for vanilla Emacs.

Currently, this repository features:

  • nordless, dark and blue, inspired by nord
  • hydrangealess, dark and magenta, inspired by hydrangea
  • seagreenless, light and seagreen
  • lavenderless, purple and mint, inspired by Lavender
  • nofrils-darkless, a clone of nofrils-dark
  • darkless, dark and white, inspired by nofrils, but with less colours
  • chocolateless, chocolate taste, inspired by chocolate
  • einkless, light theme, inspired by eink
  • broceliande, green and cyan

Additionally check out other themes I've made with this macro:

  • beelzebub, a dark, purplish colourscheme based on Stanislav Karkavin's vim theme: vim-beelzebub.
  • mephistopheles, a dark theme with yellow and green foreground, again inspired by Stanislav Karkavin's vim theme mentioned above.
  • nofrils, Emacs ports "faithful" to the original nofrils themes. These have a few more colours than the others. This is work in progress!