dracula / emacs

🧛🏻‍♂️ Dark theme for Emacs
https://draculatheme.com/emacs
MIT License
330 stars 87 forks source link

Set ansi-color-names-vector with theme colors #75

Closed fernandodemorais-jf closed 3 years ago

fernandodemorais-jf commented 3 years ago

Hello!

Please, include something like the following in the dracula-theme.el faces:

(custom-theme-set-variables
   'dracula
   `(ansi-color-names-vector [,dracula-bg
                              ,dracula-red
                              ,dracula-green
                              ,dracula-yellow
                              ,dracula-purple
                              ,dracula-pink
                              ,dracula-cyan
                              ,dracula-fg]))

So that the colors displayed in Shell Mode (and others Comint dependant modes as well) will be the same as the theme.

Thanks!