Skip to content

Commit 5a10079

Browse files
committed
theme: add windy-{dark,light} themes
New sub theme base on Twilight CSS's color palette Files added: * themes/doom-windy-dark-theme.el * themes/doom-windy-light-theme.el Added meta information to: * README.md * doom-themes.el
1 parent 3152c60 commit 5a10079

File tree

4 files changed

+1628
-0
lines changed

4 files changed

+1628
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ welcome PRs to help us maintain and address inconsistencies in them.
144144
| doom-tomorrow-night | [link](https://github.com/ChrisKempson/Tomorrow-Theme) | One of the dark variants of Tomorrow (ported by [@hlissner](https://github.com/hlissner)) |
145145
| doom-vibrant | doom-one | a more vibrant variant of doom-one (ported by [@hlissner](https://github.com/hlissner)) |
146146
| doom-wilmersdorf | [link](https://github.com/ianpan870102/wilmersdorf-emacs-theme) | port of Ian Pan's Wilmersdorf (ported by [@ema2159](https://github.com/ema2159)) |
147+
| doom-windy | original | based on Tailwind color palette (ported by [@tasmo](https://github.com/tasmo)) |
147148
| doom-xcode | Xcode.app | based off of Apple's Xcode Dark Theme (ported by [@kadenbarlow](https://github.com/kadenbarlow)) |
148149
| doom-zenburn | [link](https://github.com/bbatsov/zenburn-emacs) | port of the popular Zenburn theme (ported by [@jsoa](https://github.com/jsoa)) |
149150

doom-themes.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
;; - doom-tomorrow-night -- One of the dark variants of Tomorrow (ported by @hlissner)
9191
;; - doom-vibrant -- a more vibrant variant of doom-one (ported by @hlissner)
9292
;; - doom-wilmersdorf -- port of Ian Pan's Wilmersdorf (ported by @ema2159)
93+
;; - doom-windy -- based on Tailwind color palette (ported by @tasmo)
9394
;; - doom-xcode -- based off of Apple's Xcode Dark Theme (ported by @kadenbarlow)
9495
;; - doom-zenburn -- port of the popular Zenburn theme (ported by @jsoa)
9596
;;

0 commit comments

Comments
 (0)