Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.55 KB

doom-nord-plus-theme

My custom version of the doom-nord theme.

Installation

Copy the doom-nord-plus-theme.el and nord-winter.png file into your $HOME/.doom.d/themes directory. Add the following lines to your ~/.doom.d/config.el:

;; If you like the font in the screenshots, add these settings
(setq doom-font (font-spec :family "M PLUS Code Latin" :size 16)
      doom-big-font (font-spec :family "M PLUS Code Latin" :size 18)
      doom-variable-pitch-font (font-spec :family "M PLUS 2" :size 14)
      doom-font-increment 1)

;; Theme settings
(setq doom-theme 'doom-nord-plus
      fancy-splash-image (concat doom-private-dir "themes/nord-winter.png"))

Screenshots

Below are a handful of screenshots with the modes I use most. The font used in the screenshots is M PLUS Code--my new favorite font.

Agenda

Agenda

Elisp

Elisp

OrgMode

OrgMode

Python

Python

Rust

Rust

GoLang

GoLang