Skip to content

Doom Emacs theme based on the doom-vibrant theme with influence from the Modus themes.

License

Notifications You must be signed in to change notification settings

pkazmier/doom-nebula-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doom-nebula-theme

A pair of Doom Emacs themes based on the doom-vibrant theme with influences from the Modus themes. Nebula makes extensive use of the variable pitch font for heading faces in an attempt at better typography. As a result, it is important to pick complimentary fixed width and variable width fonts.

Installation

Copy the doom-nebula-theme.el, doom-nebula-blue-theme.el and nebula.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-default line-spacing nil)
(setq doom-font (font-spec :family "Ellograph CF" :size 12)
      doom-big-font (font-spec :family "Ellograph CF" :size 18)
      doom-variable-pitch-font (font-spec :family "Source Sans Pro" :size 13)
      doom-font-increment 1)

;; Theme settings
(setq doom-theme 'doom-nebula  ; or doom-nebula-blue
      fancy-splash-image (concat doom-private-dir "themes/nebula.png"))

Screenshots

Below are a handful of screenshots with the modes I use most in both color variants. The font used in the screenshots is Ellograph--my new favorite font.

Agenda

Agenda Agenda

Elisp

Elisp Elisp

OrgMode

OrgMode OrgMode

Python

Python Python

Rust

Rust Rust

GoLang

GoLang GoLang

About

Doom Emacs theme based on the doom-vibrant theme with influence from the Modus themes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published