kuanyui / moe-theme.el

A customizable colorful eye-candy theme for Emacser. Moe, moe, kyun!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org-headline-done not working.

Ypot opened this issue · comments

commented

Hi
I added this to my .emacs. But it doesn't seem to work well (foreground color is yellow and I can't change it). Could it have any relation with moe theme? (The Dark I use).

(setq org-fontify-done-headline t)
  '(org-headline-done 
       (:foreground "dark grey"))
commented

Solved:

(setq org-fontify-done-headline t)
(custom-set-faces
 '(org-headline-done
            ((((class color) (min-colors 16) (background dark))
              (:foreground "dim grey")))))