diff --git a/README.md b/README.md index 5af42002..4b7f6cd6 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ welcome PRs to help us maintain and address inconsistencies in them. | doom-horizon | [link](https://github.com/aodhneine/horizon-theme.el) | ported from VSCode Horizon (ported by [@karetsu](https://github.com/karetsu)) | | doom-Iosvkem | [link](https://github.com/neutaaaaan/iosvkem) | ported from the default dark theme for Adobe Brackets (ported by [@neutaaaaan](https://github.com/neutaaaaan)) | | doom-ir-black | [link](https://github.com/twerth/ir_black) | ported from Vim's ir_black colorscheme (ported by [@legendre6891](https://github.com/legendre6891)) | +| doom-kanagawa-abyss | [link](https://github.com/rebelot/kanagawa.nvim) | based on rebelot's neovim colorscheme, hybrid of wave and dragon (ported by [@Anskrevy](https://github.com/Anskrevy)) | +| doom-kanagawa-dragon | [link](https://github.com/rebelot/kanagawa.nvim) | based on rebelot's neovim colorscheme (ported by [@Anskrevy](https://github.com/Anskrevy)) | +| doom-kanagawa-lotus | [link](https://github.com/rebelot/kanagawa.nvim) | based on rebelot's neovim colorscheme (ported by [@Anskrevy](https://github.com/Anskrevy)) | +| doom-kanagawa-wave | [link](https://github.com/rebelot/kanagawa.nvim) | based on rebelot's neovim colorscheme (ported by [@Anskrevy](https://github.com/Anskrevy)) | | doom-lantern | [link](https://github.com/Gitleptune/lantern-theme) | based on Gitleptune's Lantern theme (ported by [@paladhammika](https://github.com/paladhammika)) | | 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)) | | doom-manegarm | original | an original autumn-inspired dark theme (ported by [@kenranunderscore](https://github.com/kenranunderscore)) | diff --git a/themes/doom-kanagawa-abyss-theme.el b/themes/doom-kanagawa-abyss-theme.el new file mode 100644 index 00000000..5a2a7748 --- /dev/null +++ b/themes/doom-kanagawa-abyss-theme.el @@ -0,0 +1,453 @@ +;;; doom-kanagawa-abyss-theme.el --- inspired by rebelot/kanagawa.nvim and others -*- lexical-binding: t; no-byte-compile: t; -*- +;; +;; Added: June 4 2023 +;; Author: Anskrevy