{"id":13561955,"url":"https://github.com/doomemacs/themes","last_synced_at":"2026-01-12T02:39:37.983Z","repository":{"id":37476695,"uuid":"59469487","full_name":"doomemacs/themes","owner":"doomemacs","description":"A megapack of themes for GNU Emacs.","archived":false,"fork":false,"pushed_at":"2025-02-25T04:32:03.000Z","size":17456,"stargazers_count":2227,"open_issues_count":82,"forks_count":400,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-11T10:00:54.676Z","etag":null,"topics":["colorscheme","doom-emacs","emacs","theme"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doomemacs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["hlissner"]}},"created_at":"2016-05-23T09:24:15.000Z","updated_at":"2025-04-11T03:02:32.000Z","dependencies_parsed_at":"2023-12-08T21:24:00.563Z","dependency_job_id":"8384094b-4275-4926-a4b3-244154f581c0","html_url":"https://github.com/doomemacs/themes","commit_stats":null,"previous_names":["hlissner/emacs-doom-themes"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomemacs%2Fthemes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomemacs%2Fthemes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomemacs%2Fthemes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doomemacs%2Fthemes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doomemacs","download_url":"https://codeload.github.com/doomemacs/themes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043999,"owners_count":22005056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["colorscheme","doom-emacs","emacs","theme"],"created_at":"2024-08-01T13:01:02.979Z","updated_at":"2026-01-12T02:39:37.976Z","avatar_url":"https://github.com/doomemacs.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/hlissner"],"categories":["emacs","Emacs Lisp"],"sub_categories":[],"readme":"![Release tag](https://img.shields.io/github/tag/doomemacs/themes.svg?label=release\u0026style=flat-square)\n[![MELPA](http://melpa.org/packages/doom-themes-badge.svg?style=flat-square)](http://melpa.org/#/doom-themes)\n[![Discord Server](https://img.shields.io/discord/406534637242810369?color=738adb\u0026label=Discord\u0026logo=discord\u0026logoColor=white\u0026style=flat-square)](https://doomemacs.org/discord)\n\n# Doom Emacs' Theme Pack\n\nA theme megapack for GNU Emacs, inspired by community favorites. Special\nattention is given for [Doom Emacs](https://doomemacs.org) and [solaire-mode]\nsupport, but will work fine anywhere else. \n\n[See the screenshots.][screenshots]\n\n\n# Table of Contents\n- [Install](#install)\n    - [Doom Emacs](#doom-emacs)\n    - [Manually + use-package](#manually--use-package)\n- [Theme list](#theme-list)\n- [Extensions](#extensions)\n- [Complementary plugins](#complementary-plugins)\n- [Customization](#customization)\n- [Contribute](#contribute)\n\n## Install\n\n### Doom Emacs\n\nThe built-in `:ui doom` module installs and configures `doom-themes` for you,\nand loads `doom-one` by default. To change the theme, change `doom-theme`:\n\n``` emacs-lisp\n;; in ~/.doom.d/config.el\n(setq doom-theme 'doom-city-lights)\n```\n\n### Manually + `use-package`\n\n`doom-themes` is available on MELPA. Here is an example configuration with some\ncommon defaults laid out:\n\n```emacs-lisp\n(use-package doom-themes\n  :ensure t\n  :custom\n  ;; Global settings (defaults)\n  (doom-themes-enable-bold t)   ; if nil, bold is universally disabled\n  (doom-themes-enable-italic t) ; if nil, italics is universally disabled\n  ;; for treemacs users\n  (doom-themes-treemacs-theme \"doom-atom\") ; use \"doom-colors\" for less minimal icon theme\n  :config\n  (load-theme 'doom-one t)\n\n  ;; Enable flashing mode-line on errors\n  (doom-themes-visual-bell-config)\n  ;; Enable custom neotree theme (nerd-icons must be installed!)\n  (doom-themes-neotree-config)\n  ;; or for treemacs users\n  (doom-themes-treemacs-config)\n  ;; Corrects (and improves) org-mode's native fontification.\n  (doom-themes-org-config))\n```\n\n\n## Theme list\n\nThis megapack's first and flagship theme is `doom-one` (inspired by Atom One\nDark), but also includes 67 themes submitted to us by the Emacs community. We\nwelcome PRs to help us maintain and address inconsistencies in them.\n\n| Name                              | Source                                                                                 | Description                                                                                                                       |\n|-----------------------------------|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| doom-1337                         | [link](https://github.com/MarkMichos/1337-Scheme)                                      | ported from VSCode's 1337 theme (ported by [@ccmywish](https://github.com/ccmywish))                                              |\n| doom-acario-dark                  | original                                                                               | an original dark theme (ported by [@gagbo](https://github.com/gagbo))                                                             |\n| doom-acario-light                 | original                                                                               | an original light theme (ported by [@gagbo](https://github.com/gagbo))                                                            |\n| doom-ayu-dark                     | [link](https://github.com/dempfi/ayu)                                                  | inspired by Ayu Dark (ported by [@ashton](https://github.com/ashton))                                                             |\n| doom-ayu-light                    | [link](https://github.com/dempfi/ayu)                                                  | inspirted by Ayu Light (ported by [@LoveSponge](https://github.com/LoveSponge))                                                   |\n| doom-ayu-mirage                   | [link](https://github.com/dempfi/ayu)                                                  | inspired by Ayu Mirage (ported by [@LoveSponge](https://github.com/LoveSponge))                                                   |\n| doom-badger                       | [link](https://github.com/ccann/badger-theme/)                                         | inspired by cann's Badger colorscheme (ported by [@jsoa](https://github.com/jsoa))                                                |\n| doom-bluloco-dark                 | [link](https://github.com/uloco/theme-bluloco-dark)                                    | ported from VSCode's Bluloco Dark (ported by [@RazikSF](https://github.com/RazikSF))                                              |\n| doom-bluloco-light                | [link](https://github.com/uloco/theme-bluloco-light)                                   | ported from VSCode's Bluloco Light (ported by [@RazikSF](https://github.com/RazikSF))                                             |\n| doom-challenger-deep              | [link](https://github.com/challenger-deep-theme/vim)                                   | inspired by Vim's Challenger Deep theme (ported by [@fuxialexander](https://github.com/fuxialexander))                            |\n| doom-city-lights                  | [link](https://citylights.xyz)                                                         | inspired by Atom's City Lights theme (ported by [@fuxialexander](https://github.com/fuxialexander))                               |\n| doom-dark+                        | n/a                                                                                    | ported from equinusocio's VSCode Theme, dark+ (ported by [@ema2159](https://github.com/ema2159))                                  |\n| doom-dracula                      | [link](https://draculatheme.com/doom-emacs)                                                       | inspired by the popular Dracula theme (ported by [@fuxialexander](https://github.com/fuxialexander))                              |\n| doom-earl-grey                    | original                                                                               | a gentle color scheme, for code (ported by [@JuneKelly](https://github.com/JuneKelly))                                            |\n| doom-ephemeral                    | [link](https://github.com/elenapan/dotfiles)                                           | inspired by the Ephemeral Theme from elenapan's dotfiles (ported by [@karetsu](https://github.com/karetsu))                       |\n| doom-fairy-floss                  | [link](https://github.com/sailorhg/fairyfloss)                                         | a candy colored theme by sailorhg (ported by [@ema2159](https://github.com/ema2159))                                              |\n| doom-feather-dark                 | original                                                                               | a candy colored theme by sailorhg (ported by [@Plunne](https://gitlab.com/Plunne))                                                |\n| doom-feather-light                | original                                                                               | a candy colored theme by sailorhg (ported by [@Plunne](https://gitlab.com/Plunne))                                                |\n| doom-flatwhite                    | [link](https://github.com/biletskyy/flatwhite-syntax)                                  | inspired by Atom's Flatwhite Syntax theme (ported by [@JuneKelly](https://github.com/JuneKelly))                                  |\n| doom-gruvbox                      | [link](https://github.com/morhetz/gruvbox)                                             | inspired by morhetz's Gruvbox (ported by [@JongW](https://github.com/JongW))                                                      |\n| doom-gruvbox-light                | [link](https://github.com/morhetz/gruvbox)                                             | inspired by morhetz's Gruvbox (light) (ported by [@jsoa](https://github.com/jsoa))                                                |\n| doom-henna                        | [link](https://github.com/httpsterio/vscode-henna)                                     | based on VSCode's Henna theme (ported by [@jsoa](https://github.com/jsoa))                                                        |\n| doom-homage-black                 | original                                                                               | a minimalistic, colorless theme inspired by eziam, tao, and jbeans (ported by [@mskorzhinskiy](https://github.com/mskorzhinskiy)) |\n| doom-homage-white                 | original                                                                               | minimal white theme inspired by editors from 2000s (ported by [@mskorzhinskiy](https://github.com/mskorzhinskiy))                 |\n| doom-horizon                      | [link](https://github.com/aodhneine/horizon-theme.el)                                  | ported from VSCode Horizon (ported by [@karetsu](https://github.com/karetsu))                                                     |\n| doom-Iosvkem                      | [link](https://github.com/neutaaaaan/iosvkem)                                          | ported from the default dark theme for Adobe Brackets (ported by [@neutaaaaan](https://github.com/neutaaaaan))                    |\n| doom-ir-black                     | [link](https://github.com/twerth/ir_black)                                             | ported from Vim's ir_black colorscheme (ported by [@legendre6891](https://github.com/legendre6891))                               |\n| doom-lantern                      | [link](https://github.com/Gitleptune/lantern-theme)                                    | based on Gitleptune's Lantern theme (ported by [@paladhammika](https://github.com/paladhammika))                                  |\n| doom-laserwave                    | [link](https://github.com/Jaredk3nt/laserwave)                                         | a clean synthwave/outrun theme inspired by VSCode's Laserwave (ported by [@hyakt](https://github.com/hyakt))                      |\n| doom-manegarm                     | original                                                                               | an original autumn-inspired dark theme (ported by [@kenranunderscore](https://github.com/kenranunderscore))                       |\n| doom-material                     | [link](https://github.com/equinusocio/vsc-material-theme)                              | adapted from equinusocio's Material themes (ported by [@tam5](https://github.com/tam5))                                           |\n| doom-material-dark                | [link](https://github.com/xrei/material-dark-vscode)                                   | inspired by Material Theme by xrei (ported by [@trev-dev](https://github.com/trev-dev))                                           |\n| doom-meltbus                      | [link](https://github.com/equinusocio/vsc-material-theme)                              | a dark (mostly) monochromatic theme (ported by [@spacefrogg](https://github.com/spacefrogg))                                      |\n| doom-miramare                     | [link](https://github.com/franbach/miramare)                                           | a port of Franbach's Miramare theme; a variant of Grubox (ported by [@sagittaros](https://github.com/sagittaros))                 |\n| doom-molokai                      | [link](https://github.com/tomasr/molokai)                                              | inspired by Tomas Restrepo's Molokai (ported by [@hlissner](https://github.com/hlissner))                                         |\n| doom-monokai-classic              | [link](https://monokai.pro)                                                            | port of Monokai Classic (ported by [@ema2159](https://github.com/ema2159))                                                        |\n| doom-monokai-machine              | [link](https://monokai.pro)                                                            | port of Monokai Classic (ported by [@minikN](https://github.com/minikN))                                                          |\n| doom-monokai-octagon              | [link](https://monokai.pro)                                                            | port of Monokai Octagon (ported by [@minikN](https://github.com/minikN))                                                          |\n| doom-monokai-pro                  | [link](https://monokai.pro)                                                            | Port of Monokai Pro (ported by [@minikN](https://github.com/minikN))                                                              |\n| doom-monokai-ristretto            | [link](https://monokai.pro)                                                            | Port of Monokai Ristretto (ported by [@minikN](https://github.com/minikN))                                                        |\n| doom-monokai-spectrum             | [link](https://monokai.pro)                                                            | port of Monokai Spectrum (ported by [@minikN](https://github.com/minikN))                                                         |\n| doom-moonlight                    | [link](https://github.com/atomiks/moonlight-vscode-theme)                              | inspired by VS code's Moonlight (ported by [@Brettm12345](https://github.com/Brettm12345))                                        |\n| doom-nord                         | [link](https://www.nordtheme.com)                                                      | dark variant of Nord (ported by [@fuxialexander](https://github.com/fuxialexander))                                               |\n| doom-nord-aurora                  | [link](https://www.nordtheme.com)                                                      | a light variant of Nord (ported by [@MoskitoHero](https://github.com/MoskitoHero))                                                |\n| doom-nord-light                   | [link](https://github.com/arcticicestudio/nord)                                        | light variant of Nord (ported by [@fuxialexander](https://github.com/fuxialexander))                                              |\n| doom-nova                         | [link](https://github.com/trevordmiller/nova-colors)                                   | inspired by Trevord Miller's Nova (ported by [@bigardone](https://github.com/bigardone))                                          |\n| doom-oceanic-next                 | [link](https://github.com/voronianski/oceanic-next-color-scheme)                       | inspired by Oceanic Next (ported by [@juanwolf](https://github.com/juanwolf))                                                     |\n| doom-oksolar-dark                 | [link](https://meat.io/oksolar)                                                        | an OKLab variant of Solarized dark (ported by [logc](https://github.com/logc))                                                    |\n| doom-oksolar-light                | [link](https://meat.io/oksolar)                                                        | an OKLab variant of Solarized light (ported by [logc](https://github.com/logc))                                                   |\n| doom-old-hope                     | [link](https://github.com/jesseleite/an-old-hope-syntax-atom)                          | inspired by An Old Hope, in a galaxy far far away (ported by [@teesloane](https://github.com/teesloane))                          |\n| doom-one                          | [link](https://github.com/atom/one-dark-ui)                                            | inspired by Atom One Dark (ported by [@hlissner](https://github.com/hlissner))                                                    |\n| doom-one-light                    | [link](https://github.com/atom/one-light-ui)                                           | inspired by Atom One Light (ported by [@ztlevi](https://github.com/ztlevi))                                                       |\n| doom-opera                        | original                                                                               | an original light theme (ported by [@jwintz](https://github.com/jwintz))                                                          |\n| doom-opera-light                  | original                                                                               | an original light theme (ported by [@jwintz](https://github.com/jwintz))                                                          |\n| doom-outrun-electric              | [link](https://github.com/samrap/outrun-theme-vscode)                                  | a high contrast, neon theme inspired by Outrun Electric on VSCode (ported by [@ema2159](https://github.com/ema2159))              |\n| doom-palenight                    | [link](https://github.com/material-theme/vsc-material-theme)                              | adapted from equinusocio's Material themes (ported by [@Brettm12345](https://github.com/Brettm12345))                             |\n| doom-peacock                      | [link](https://github.com/daylerees/colour-schemes/blob/master/emacs/peacock-theme.el) | inspired by daylerees' Peacock (ported by [@teesloane](https://github.com/teesloane))                                             |\n| doom-pine                         | [link](https://github.com/morhetz/gruvbox)                                             | a green-tinged Gruvbox (by [@RomanHargrave](https://github.com/RomanHargrave))                                           |\n| doom-plain                        | [link](https://github.com/gko/plain/)                                                  | inspired by gko's plain theme for VSCode (ported by [@das-s](https://github.com/das-s))                                           |\n| doom-plain-dark                   | [link](https://github.com/gko/plain/)                                                  | inspired by gko's plain theme for VSCode (ported by [@das-s](https://github.com/das-s))                                           |\n| doom-rouge                        | [link](https://github.com/josefaidt/rouge-theme)                                       | ported from VSCode's Rouge Theme (ported by [@das-s](https://github.com/das-s))                                                   |\n| doom-shades-of-purple             | [link](https://github.com/ahmadawais/shades-of-purple-vscode)                          | a port of VSCode's Shades of Purple (ported by [@jwbaldwin](https://github.com/jwbaldwin))                                        |\n| doom-snazzy                       | [link](https://github.com/sindresorhus/hyper-snazzy)                                   | inspired by Hyper Snazzy (ported by [@ar1a](https://github.com/ar1a))                                                             |\n| doom-solarized-dark               | [link](https://ethanschoonover.com/solarized)                                          | a dark variant of Solarized (ported by [@ema2159](https://github.com/ema2159))                                                    |\n| doom-solarized-dark-high-contrast | [link](https://ethanschoonover.com/solarized)                                          | a high-contrast variant of Solarized Dark (ported by [@jmorag](https://github.com/jmorag))                                        |\n| doom-solarized-light              | [link](https://ethanschoonover.com/solarized)                                          | a light variant of Solarized (ported by [@fuxialexander](https://github.com/fuxialexander))                                       |\n| doom-sourcerer                    | [link](https://github.com/xero/sourcerer)                                              | a port of xero's Sourcerer (ported by [@fm0xb](https://github.com/fm0xb))                                                         |\n| doom-spacegrey                    | [link](http://kkga.github.io/spacegray/)                                               | I'm sure you've heard of it (ported by [@teesloane](https://github.com/teesloane))                                                |\n| doom-tokyo-night                  | [link](https://github.com/enkia/tokyo-night-vscode-theme)                              | inspired by VSCode's Tokyo Night theme (ported by [@FosterHangdaan](https://github.com/FosterHangdaan))                           |\n| doom-tomorrow-day                 | [link](https://github.com/ChrisKempson/Tomorrow-Theme)                                 | a light variant of Tomorrow (ported by [@emacswatcher](https://github.com/emacswatcher))                                          |\n| doom-tomorrow-night               | [link](https://github.com/ChrisKempson/Tomorrow-Theme)                                 | One of the dark variants of Tomorrow (ported by [@hlissner](https://github.com/hlissner))                                         |\n| doom-vibrant                      | doom-one                                                                               | a more vibrant variant of doom-one (ported by [@hlissner](https://github.com/hlissner))                                           |\n| doom-wilmersdorf                  | [link](https://github.com/ianpan870102/wilmersdorf-emacs-theme)                        | port of Ian Pan's Wilmersdorf (ported by [@ema2159](https://github.com/ema2159))                                                  |\n| doom-xcode                        | Xcode.app                                                                              | based off of Apple's Xcode Dark Theme (ported by [@kadenbarlow](https://github.com/kadenbarlow))                                  |\n| doom-zenburn                      | [link](https://github.com/bbatsov/zenburn-emacs)                                       | port of the popular Zenburn theme (ported by [@jsoa](https://github.com/jsoa))                                                    |\n\n\n## Extensions\n[Check out the wiki for details on customizing our neotree/treemacs/etc\nextensions][wiki].\n\n- `(doom-themes-visual-bell-config)`: flash the mode-line when the Emacs bell\n  rings (i.e. an error occurs). May not be compatible with all mode line\n  plugins.\n- `(doom-themes-neotree-config)`: a [neotree] theme that takes after [Atom]'s\n  file drawer; a more minimalistic icon theme plus variable pitch file/directory\n  labels, as seen [in the doom-one screenshot](/../screenshots/doom-one.png).\n\n  (This requires `nerd-icons`' fonts to be installed: `M-x\n  nerd-icons-install-fonts`)\n- `(doom-themes-treemacs-config)`: two [treemacs] icon themes, one that takes after\n  [Atom]'s, and a second more colorful implementation.\n- `(doom-themes-org-config)`: corrects and improves some of org-mode's native\n  fontification issues.\n  -  Re-set `org-todo` \u0026 `org-headline-done` faces to make them respect\n     underlying faces (i.e. don't override the :height or :background of\n     underlying faces).\n  -  Make statistic cookies respect underlying faces.\n  -  Fontify item bullets (make them stand out)\n  -  Fontify item checkboxes (and when they're marked done), like TODOs that\n     are marked done.\n  -  Fontify dividers/separators (5+ dashes)\n  -  Fontify #hashtags and @at-tags, for personal convenience; see\n     `doom-org-special-tags` to disable this.\n     \n## Complementary plugins\nThe following plugins complement our themes:\n\n- To get dimmed sidebars and brighter source buffers (like in the\n  [screenshots]), see [solaire-mode].\n- [AnthonyDiGirolamo] added doom-one ([screenshot][airline-doom-one]) and\n  doom-molokai ([screenshot][airline-doom-molokai]) skins to\n  [airline-themes][airline-themes].\n- The modeline in the screenshots is\n  [doom-modeline](https://github.com/seagle0128/doom-modeline).\n     \n## Customization\nThere are three ways to customize themes in this package:\n\n1. Explore the available variables provided by our themes, starting with the\n   ones provided for all packages:\n   + `doom-themes-enable-bold` (default: `t`): if `nil`, disables bolding as\n     much as possible (only affects faces that our theme supports; it won't\n     catch them all).\n   + `doom-themes-enable-italic` (default: `t`): if `nil`, disables\n     italicization as much as possible (only affects faces that our theme\n     supports; it won't catch them all).\n   + `doom-themes-padded-modeline` (default: `nil`): if `t`, pad the mode-line\n     in 4px on each side. Can also be set to an integer to specify the exact\n     padding.  or `M-x customize-group RET doom-themes` to explore them.\n  \n2. Use the `custom-set-faces` macro (Doom users should use `custom-set-faces!`\n   instead) to customize any face. e.g.\n  \n   ```elisp\n   ;; Must be used *after* the theme is loaded\n   (custom-set-faces\n     `(mode-line ((t (:background ,(doom-color 'dark-violet)))))\n     `(font-lock-comment-face ((t (:foreground ,(doom-color 'base6))))))\n   ```\n  \n3. Copy your favorite theme into your `custom-theme-directory` (normally\n   `~/.emacs.d/`, or `~/.doom.d/themes` for Doom users), and tweak it there.\n   \n  \n## Contribute\n\nPRs are welcome to maintain our themes, including additional theme and plugin\nsupport.\n\n\n[An Old Hope]: https://github.com/mohkale/an-old-hope-theme\n[AnthonyDiGirolamo]: https://github.com/AnthonyDiGirolamo\n[Atom]: http://atom.io\n[Ayu]: https://github.com/ayu-theme/ayu-colors\n[Nova]: https://trevordmiller.com/projects/nova\n[airline-doom-molokai]: https://github.com/AnthonyDiGirolamo/airline-themes/raw/master/screenshots/airline-doom-molokai-theme.png\n[airline-doom-one]: https://github.com/AnthonyDiGirolamo/airline-themes/raw/master/screenshots/airline-doom-one-theme.png\n[airline-themes]: https://github.com/AnthonyDiGirolamo/airline-themes\n[nerd-icons]: https://github.com/rainstormstudio/nerd-icons.el\n[ar1a]: https://github.com/ar1a\n[ashton]: https://github.com/ashton\n[bigardone]: https://github.com/bigardone\n[Brettm12345]: https://github.com/Brettm12345\n[challenger-deep]: https://github.com/challenger-deep-theme/vim\n[city-lights]: http://citylights.xyz/\n[dark+]: https://github.com/microsoft/vscode/blob/master/extensions/theme-defaults/themes/dark_plus.json\n[das-s]: https://github.com/das-s\n[daylerees]: http://daylerees.github.io/\n[defphil]: https://github.com/defphil\n[Dracula]: https://draculatheme.com/\n[elenapan's dotfiles]: https://github.com/elenapan/dotfiles\n[ema2159]: https://github.com/ema2159\n[emacs.d]: https://github.com/hlissner/.emacs.d\n[emacswatcher]: https://github.com/emacswatcher\n[flatwhite]: https://github.com/biletskyy/flatwhite-syntax\n[franbach]: https://github.com/franbach\n[fuxialexander]: https://github.com/fuxialexander\n[gagbo]: https://github.com/gagbo\n[Gruvbox]: https://github.com/morhetz/gruvbox\n[Henna]: https://github.com/httpsterio/vscode-henna\n[Horizon]: https://github.com/jolaleye/horizon-theme-vscode\n[hlinum]: https://melpa.org/#/hlinum\n[issues]: https://github.com/doomemacs/themes/issues\n[Iosvkem]: https://github.com/neutaaaaan/iosvkem\n[juanwolf]: https://github.com/juanwolf\n[jmorag]: https://github.com/jmorag\n[JongW]: https://github.com/JongW\n[jsoa]: https://github.com/jsoa\n[jwintz]: https://github.com/jwintz\n[kadenbarlow]: https://github.com/kadenbarlow\n[karetsu]: https://github.com/karetsu\n[kenranunderscore]: https://github.com/kenranunderscore\n[legendre6891]: https://github.com/legendre6891\n[LoveSponge]: https://github.com/LoveSponge\n[mateossh]: https://github.com/mateossh\n[Material Themes]: https://github.com/equinusocio/vsc-material-theme\n[Material Dark Theme]: https://github.com/xrei/material-dark-vscode\n[trev-dev]: https://github.com/trev-dev\n[minikN]: https://github.com/minikN\n[Miramare]: https://github.com/franbach/miramare\n[Moonlight Theme]: https://github.com/atomiks/moonlight-vscode-theme\n[mode-line]: https://github.com/hlissner/.emacs.d/blob/master/modules/ui/doom-modeline/config.el\n[Monokai]: https://monokai.pro/\n[mskorzhinskiy]: https://github.com/mskorzhinskiy\n[neotree]: https://github.com/jaypei/emacs-neotree\n[nlinum-hl]: https://github.com/hlissner/emacs-nlinum-hl\n[neutaaaaan]: https://github.com/neutaaaaan\n[nord]: https://www.nordtheme.com/\n[Oceanic Next]: https://github.com/voronianski/oceanic-next-color-scheme\n[outrun]: https://github.com/samrap/outrun-theme-vscode\n[paladhammika]: https://github.com/paladhammika\n[plain]: https://github.com/gko/plain\n[sagittaros]: https://github.com/sagittaros/\n[sailorhg]: https://sailorhg.github.io/fairyfloss/\n[screenshots]: https://github.com/doomemacs/themes/tree/screenshots\n[ShaneKilkelly]: https://github.com/ShaneKilkelly\n[shades-of-purple]: https://github.com/ahmadawais/shades-of-purple-vscode\n[snazzy]: https://github.com/sindresorhus/hyper-snazzy\n[solarized]: http://ethanschoonover.com/solarized\n[solaire-mode]: https://github.com/hlissner/emacs-solaire-mode\n[sourcerer]: https://github.com/xero/sourcerer.vim\n[spacefrogg]: https://github.com/spacefrogg/\n[spacegrey]: http://kkga.github.io/spacegray/\n[tam5]: https://github.com/tam5\n[teesloane]: https://github.com/teesloane\n[Tokyo Night]: https://github.com/enkia/tokyo-night-vscode-theme\n[tomorrow]: https://github.com/ChrisKempson/Tomorrow-Theme\n[treemacs]: https://github.com/Alexander-Miller/treemacs\n[wiki]: https://github.com/doomemacs/themes/wiki\n[Wilmersdorf]: https://github.com/ianpan870102/wilmersdorf-emacs-theme\n[ztlevi]: https://github.com/ztlevi\n[laserwave]: https://github.com/Jaredk3nt/laserwave\n[hyakt]: https://github.com/hyakt\n[rouge theme]: https://github.com/josefaidt/rouge-theme\n[JordanFaust]: https://github.com/JordanFaust\n[vscode-1337]: https://github.com/microsoft/vscode-themes/tree/main/1337\n[Zenburn]: https://github.com/bbatsov/zenburn-emacs\n[eziam]: https://github.com/thblt/eziam-theme-emacs\n[jbeans]: https://github.com/synic/jbeans-emacs\n[tao]: https://github.com/11111000000/tao-theme-emacs\n[FosterHangdaan]: https://github.com/FosterHangdaan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoomemacs%2Fthemes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoomemacs%2Fthemes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoomemacs%2Fthemes/lists"}