Skip to content

Latest commit

 

History

History

splash

Doom Emacs splash images

Description

This directory contains a few custom splash screens I have made for Doom Emacs. I’m no designer nor artist, so any suggestions for improvements are welcome!

To configure any of these, put them under your ~/.doom.d/splash/ directory, and configure as follows:

(setq fancy-splash-image (concat doom-private-dir "splash/doom-emacs-color.png"))

The images

doom-emacs-color.png

I made this by combining a Doom logo with the word “Emacs” rendered in the Doom Font.

doom-emacs-color.png

doom-emacs-bw-dark.svg

This was made by vectorizing the PNG image using ImageMagick’s convert utility (needs potrace installed to support SVG):

convert doom-emacs-color.png doom-emacs-bw-dark.svg

doom-emacs-bw-dark.svg

doom-emacs-bw-light.svg

This was made by vectorizing the PNG image using ImageMagick’s convert utility (needs potrace installed to support SVG) with the -negate flag:

convert -negate doom-emacs-color.png doom-emacs-bw-light.svg

doom-emacs-bw-light.svg

doom-emacs-color2.png and doom-emacs-color2.svg

Variants of the color image kindly contributed by Seoushi and Kir in the Doom Discord - thanks!

PNG:

doom-emacs-color2.png

SVG:

doom-emacs-color2.svg