cpaulik / emacs-material-theme

Color Theme for emacs based on material design colors
MIT License
419 stars 48 forks source link

Trying to change a theme's font-face, but not working #40

Closed hisnawi closed 7 years ago

hisnawi commented 7 years ago

I am trying to modify the constant face in material theme this way:

    ;; Material theme
    (use-package material-theme
      :ensure t
      :config
      (set-face-attribute
       'font-lock-constant-face   nil :foreground "#FF6E64" :background "#990A1B" :bold t)
      )

What am I doing wrong?

hisnawi commented 7 years ago

Not material issue. Was setup error.