Custom Doom Themes don't work
Closed this issue · 3 comments
Tanish2002 commented
We can use custom themes by creating themes
folder inside the .doom.d folder and adding our theme there(source: here)
I did the same and added a themes
folder with my custom theme to my doomPrivateDir
folder but when I rebuild the theme is not found.
folder structure:
no theme found:
ckiee commented
It works with my config. Maybe try my theme and see if it works?
leifhelm commented
Have you added the theme to git? Emacs themes have a -theme.el
suffix. So your theme would have the filename doom-flower-theme.el
Tanish2002 commented
@leifhelm That was exactly it! I didn't know that was a requirement as well. Thanks.