An arctic, north-bluish clean and elegant Emacs theme.
Designed for a fluent and clear workflow.
Based on the Nord color palette.
Nord Emacs is a 16 colorspace theme build to run in GUI- and terminal mode with support for many third-party syntax- and UI packages.
Font: Source Code Pro 20px
NOTE: Nord Emacs in terminal mode MUST be used with the associated terminal emulator theme in order to work properly!
Make sure to install one of the currently supported terminal themes listed below BEFORE installing Nord Emacs.
Nord Emacs is avaiable as package.el
-compatible Emacs Lisp package via MELPA, MELPA Stable and marmalade-repo.
M-x
package-install
RETnord
RET
Download the latest version or clone the repository and copy the nord-theme.el
theme file to your ~/.emacs.d/themes
directory.
Make sure that the themes
directory has been added to the load path:
(add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/themes/"))
Use Nord Emacs as your default color theme by adding it to your .init.el
(load-theme 'nord t)
or change it on-the-fly by running M-x load-theme
RET nord
RET.
Non-obtrusive bracket matching- and search marker.
Colors of selected code can still be easily recognized.
Nord Emacs provides support for many third-party syntax- and the UI packages.
Detailed descriptions for supported packages can be found in the project wiki.
JavaScript (js2-mode
, js3-mode
)
Nord Emacs contains optimized styles to achieve a consistent and uniform coloring across languages.
Detailed descriptions for supported languages can be found in the project wiki and in the Package Support section.
Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.