SkillAgentSearch skills...

Themes

A megapack of themes for GNU Emacs.

Install / Use

/learn @doomemacs/Themes
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Release tag MELPA Discord Server

Doom Emacs' Theme Pack

A theme megapack for GNU Emacs, inspired by community favorites. Special attention is given for Doom Emacs and [solaire-mode] support, but will work fine anywhere else.

[See the screenshots.][screenshots]

Table of Contents

Install

Doom Emacs

The built-in :ui doom module installs and configures doom-themes for you, and loads doom-one by default. To change the theme, change doom-theme:

;; in ~/.doom.d/config.el
(setq doom-theme 'doom-city-lights)

Manually + use-package

doom-themes is available on MELPA. Here is an example configuration with some common defaults laid out:

(use-package doom-themes
  :ensure t
  :custom
  ;; Global settings (defaults)
  (doom-themes-enable-bold t)   ; if nil, bold is universally disabled
  (doom-themes-enable-italic t) ; if nil, italics is universally disabled
  ;; for treemacs users
  (doom-themes-treemacs-theme "doom-atom") ; use "doom-colors" for less minimal icon theme
  :config
  (load-theme 'doom-one t)

  ;; Enable flashing mode-line on errors
  (doom-themes-visual-bell-config)
  ;; Enable custom neotree theme (nerd-icons must be installed!)
  (doom-themes-neotree-config)
  ;; or for treemacs users
  (doom-themes-treemacs-config)
  ;; Corrects (and improves) org-mode's native fontification.
  (doom-themes-org-config))

Theme list

This megapack's first and flagship theme is doom-one (inspired by Atom One Dark), but also includes 67 themes submitted to us by the Emacs community. We welcome PRs to help us maintain and address inconsistencies in them.

| Name | Source | Description | |-----------------------------------|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------| | doom-1337 | link | ported from VSCode's 1337 theme (ported by @ccmywish) | | doom-acario-dark | original | an original dark theme (ported by @gagbo) | | doom-acario-light | original | an original light theme (ported by @gagbo) | | doom-ayu-dark | link | inspired by Ayu Dark (ported by @ashton) | | doom-ayu-light | link | inspirted by Ayu Light (ported by @LoveSponge) | | doom-ayu-mirage | link | inspired by Ayu Mirage (ported by @LoveSponge) | | doom-badger | link | inspired by cann's Badger colorscheme (ported by @jsoa) | | doom-bluloco-dark | link | ported from VSCode's Bluloco Dark (ported by @RazikSF) | | doom-bluloco-light | link | ported from VSCode's Bluloco Light (ported by @RazikSF) | | doom-challenger-deep | link | inspired by Vim's Challenger Deep theme (ported by @fuxialexander) | | doom-city-lights | link | inspired by Atom's City Lights theme (ported by @fuxialexander) | | doom-dark+ | n/a | ported from equinusocio's VSCode Theme, dark+ (ported by @ema2159) | | doom-dracula | link | inspired by the popular Dracula theme (ported by @fuxialexander) | | doom-earl-grey | original | a gentle color scheme, for code (ported by @JuneKelly) | | doom-ephemeral | link | inspired by the Ephemeral Theme from elenapan's dotfiles (ported by @karetsu) | | doom-fairy-floss | link | a candy colored theme by sailorhg (ported by @ema2159) | | doom-feather-dark | original | a candy colored theme by sailorhg (ported by @Plunne) | | doom-feather-light | original | a candy colored theme by sailorhg (ported by @Plunne) | | doom-flatwhite | link | inspired by Atom's Flatwhite Syntax theme (ported by @JuneKelly) | | doom-gruvbox | link | inspired by morhetz's Gruvbox (ported by @JongW) | | doom-gruvbox-light | link | inspired by morhetz's Gruvbox (light) (ported by @jsoa) | | doom-henna | link | based on VSCode's Henna theme (ported by @jsoa) | | doom-homage-black | original | a minimalistic, colorless theme inspired by eziam, tao, and jbeans (ported by @mskorzhinskiy) | | doom-homage-white | original | minimal white theme inspired by editors from 2000s (ported by @mskorzhinskiy) | | doom-horizon | link | ported from VSCode Horizon (ported by @karetsu) | | doom-Iosvkem | link | ported from the default dark theme for Adobe Brackets (ported by @neutaaaaan) | | doom-ir-black | link | ported from Vim's ir_black colorscheme (ported by @legendre6891) | | doom-lantern | link | based on Gitleptune's Lantern theme (ported

View on GitHub
GitHub Stars2.4k
CategoryDevelopment
Updated23h ago
Forks416

Languages

Emacs Lisp

Security Score

100/100

Audited on Mar 26, 2026

No findings