This is an implementation of the Nord colour palette for the Emacs editor: “An arctic, north-bluish clean and elegant theme”.
This project is a fork of Nordtheme/emacs. I take no credit for creating the colour scheme; this project merely fixes some of the problems of the original project and aims to be more flexible/customizable.
Currently, you can install straight from github:
(package-vc-install "https://github.com/rjekker/fnord-theme")
Installing from Melpa will be added soon.
(require 'fnord-theme) ;; this will make sure to add the theme to the custom-theme-load-path
(load-theme 'fnord)
Differences between this project and Nordtheme/emacs:
- Dropped support for terminals with a smaller colorspace
- Cleaner code, easier to customize or fix
- Fix [loading the theme in daemon mode](nordtheme#59)
- Fix [tab-bar support](nordtheme#105)
- Fix [trailing whitespace background](nordtheme#79)
- Fix [Line number current line](https://github.com/nordtheme/emacs/issues/78)
- Comment colour is customizable
- Better colours for org headlines, see: nordtheme#95, nordtheme#98
- More complete support for several packages including magit
Here’s a preview of what this looks like:
Bash code:
Emacs-lisp using rainbow-delimiters-mode