branch: elpa/dracula-theme commit 3b689522435845df0f85dbee4cbad1e035d356df Author: Étienne Deparis <etie...@depar.is> Commit: Étienne Deparis <etie...@depar.is>
Alphabetically sort ansi-colors and use purple for blue (as in term-*) --- dracula-theme.el | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/dracula-theme.el b/dracula-theme.el index 241f0b251c..41054285e1 100644 --- a/dracula-theme.el +++ b/dracula-theme.el @@ -252,32 +252,32 @@ read it before opening a new issue about your will.") ;; ansi-color (ansi-color-black :foreground ,dracula-bg :background ,dracula-bg) (ansi-color-bright-black :foreground "black" :background "black") - (ansi-color-red :foreground ,dracula-red :background ,dracula-red) - (ansi-color-bright-red :foreground ,dracula-red - :background ,dracula-red - :weight bold) + (ansi-color-blue :foreground ,dracula-purple :background ,dracula-purple) + (ansi-color-bright-blue :foreground ,dracula-purple + :background ,dracula-purple + :weight bold) + (ansi-color-cyan :foreground ,dracula-cyan :background ,dracula-cyan) + (ansi-color-bright-cyan :foreground ,dracula-cyan + :background ,dracula-cyan + :weight bold) (ansi-color-green :foreground ,dracula-green :background ,dracula-green) (ansi-color-bright-green :foreground ,dracula-green :background ,dracula-green :weight bold) - (ansi-color-yellow :foreground ,dracula-yellow :background ,dracula-yellow) - (ansi-color-bright-yellow :foreground ,dracula-yellow - :background ,dracula-yellow - :weight bold) - (ansi-color-blue :foreground ,dracula-comment :background ,dracula-comment) - (ansi-color-bright-blue :foreground ,dracula-comment - :background ,dracula-comment - :weight bold) (ansi-color-magenta :foreground ,dracula-pink :background ,dracula-pink) (ansi-color-bright-magenta :foreground ,dracula-pink :background ,dracula-pink :weight bold) - (ansi-color-cyan :foreground ,dracula-cyan :background ,dracula-cyan) - (ansi-color-bright-cyan :foreground ,dracula-cyan - :background ,dracula-cyan - :weight bold) + (ansi-color-red :foreground ,dracula-red :background ,dracula-red) + (ansi-color-bright-red :foreground ,dracula-red + :background ,dracula-red + :weight bold) (ansi-color-white :foreground ,dracula-fg :background ,dracula-fg) (ansi-color-bright-white :foreground "white" :background "white") + (ansi-color-yellow :foreground ,dracula-yellow :background ,dracula-yellow) + (ansi-color-bright-yellow :foreground ,dracula-yellow + :background ,dracula-yellow + :weight bold) ;; bookmarks (bookmark-face :foreground ,dracula-pink) ;; company