tweak(org-modern): tweak org progress bar color

This commit is contained in:
Kiana Sheibani 2024-07-22 13:38:54 -04:00
parent 4af08961a6
commit d7b69bdf5a
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2844,7 +2844,7 @@ The default colors for various elements of =org-modern= don't match with our the
:background ,(doom-color 'bg-alt)
:foreground ,(doom-color 'fg-alt))
`(org-modern-progress-complete
:background ,(doom-color 'yellow)
:background ,(doom-color 'base5)
:foreground ,(doom-color 'bg-alt))))
#+end_src