rmmanseau

Results 9 comments of rmmanseau

I still have this issue with the doom-molokai theme. ``` M-x doom/version GNU Emacs v27.2 deef5efafb70f4b171265b896505b92b6eef24e6 Doom core v3.0.0-dev HEAD -> master 33c5f372 2022-07-09 21:10:40 +0200 Doom modules v22.07.0-dev HEAD...

adding the following face customizations fixes the issue for me in the mean time. ``` + '(custom-saved ((t (:background "color-22" :foreground "#b6e63e" :weight bold)))) + '(custom-state ((t (:background "color-22" :foreground...

for now i found a workaround: using a subfilter to check the prefix of `relink:report`. but it sure feels like a hack!

good to know they won't be changing! and I definitely was underestimating the complexity; infinitely recursive macros and transclusions were not where my head was at hahaha. The specific use...

any updates on this?

I recently started playing with 24 bit color & theme customizations & think I understand whats happening a bit better now. see the following snippet from the source: ```emacs (def-doom-theme...

ah, i found `doom-themes-base.el` which doesn't rly need much documentation. ```emacs (magit-diff-added :foreground (doom-darken vc-added 0.2) :background (doom-blend vc-added bg 0.1) :extend t) (magit-diff-added-highlight :foreground vc-added :background (doom-blend vc-added bg...

ive tried setting `bg` to `nil` & ive noticed that `doom-blend` can't deal with that. it also doesn't appear to be able to deal with named colors like `"black"`. It...

I think this issue should probably be renamed to indicate that a lot of the base theme face generation breaks if you set the themes colors to a color name...