Emacs Custom Themes changes font color on restart -


when using customise-themes can set save theme setting hopping see same settings on restart. on restart, font color black. always. no matter custom setting set. if re-load theme load-themeit works fine.

what can be? there other settings loaded after custom settings?

edit: here 2 lines on mi init file (~/.emacs):

(add-to-list 'load-path "~/.emacs.d/lisp/")  (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") 

those places have themes. folders contain salarized themes , dash.el.

further can delete lines , set default theme (such tango-dark). on restarting, font color set black.


Comments