>>106136362
gotham
https://depp.brause.cc/gotham-theme/
I've tweaked it a bit though.
(setq my/theme-tweaks
`((gotham
. ,(lambda ()
(my/fringe)
(my/tab-bar-auto :percent 69.0)
(my/org-faces)
(ctsf 'gotham
'(org-block
(:background "#10161c" :inherit unspecified)))
(my/shr-faces)
(my/info-faces)))
))
- I think it provides the foundation for a really good dark theme, but like many older themes, it's missing customization for a few faces like tab-bar-* and fringe.
- Over the past few days, I've come up with a system for customizing themes in a localized way.
- I used to use set-face-attribute to implement little theme tweaks, but the changes made that way are too global and can bleed into other themes which I don't like.