geekerzp / nord-emacs

An arctic, north-bluish clean and elegant Emacs theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Getting started

Installation

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 GNOME Terminal
Nord Guake
Nord Hyper
Nord iTerm2
Nord Konsole
Nord Mintty
Nord PuTTY
Nord Terminal.app
Nord Terminator
Nord Terminix
Nord Termite
Nord XFCE Terminal
Nord Xresources

Package.el

Nord Emacs is avaiable as package.el-compatible Emacs Lisp package via MELPA, MELPA Stable and marmalade-repo.

M-x package-install RET nord RET

Manual

Download the latest version or clone the repository and copy the nord-theme.el theme file to your ~/.emacs.d/themes directory.

Activation

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.

Features

Non-obtrusive bracket matching- and search marker.

Colors of selected code can still be easily recognized.

Package Support

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.

Syntax Packages

Elixir

Java (jdee)

JavaScript (js2-mode, js3-mode)

Org Mode

Rainbow Delimeters

UI Packages

Company Mode

Languages

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.

C

C++

C#

CSS

diff

Python

Ruby

Development

Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the issue tracker.

Copyright © 2017 Arctic Ice Studio

About

An arctic, north-bluish clean and elegant Emacs theme.

License:Other


Languages

Language:Emacs Lisp 100.0%