emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme 44cdd6b 093/118: Added colors for elixir-mo


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 44cdd6b 093/118: Added colors for elixir-mode
Date: Thu, 21 Oct 2021 18:06:28 -0400 (EDT)

branch: elpa/material-theme
commit 44cdd6b2d76955b7ca6a090318e299b5a8a7394c
Author: Martin Gausby <martin@gausby.dk>
Commit: Martin Gausby <martin@gausby.dk>

    Added colors for elixir-mode
    
    I use the colors already defined in the material theme.
    
    I don't use the light version of the theme so I don't know if this is
    how it should look, but I guess someone will come around and fix it if
    it is off.
---
 material-light-theme.el | 6 ++++++
 material-theme.el       | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index 5690a83..ab34fbc 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -540,6 +540,12 @@
    `(coffee-mode-class-name ((,class (:foreground ,orange :weight bold))))
    `(coffee-mode-function-param ((,class (:foreground ,purple))))
 
+   ;; elixir-mode
+   `(elixir-negation-face ((,class (:foreground ,red))))
+   `(elixir-attribute-face ((,class (:foreground ,purple))))
+   `(elixir-atom-face ((,class (:foreground ,aqua))))
+   `(elixir-ignored-var-face ((,class (:foreground ,comment))))
+
    ;; nxml
    `(nxml-name-face ((,class (:foreground unspecified :inherit 
font-lock-constant-face))))
    `(nxml-attribute-local-name-face ((,class (:foreground unspecified :inherit 
font-lock-variable-name-face))))
diff --git a/material-theme.el b/material-theme.el
index a052383..6fdad07 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -534,6 +534,12 @@
    `(coffee-mode-class-name ((,class (:foreground ,orange :weight bold))))
    `(coffee-mode-function-param ((,class (:foreground ,purple))))
 
+   ;; elixir-mode
+   `(elixir-negation-face ((,class (:foreground ,red))))
+   `(elixir-attribute-face ((,class (:foreground ,purple))))
+   `(elixir-atom-face ((,class (:foreground ,aqua))))
+   `(elixir-ignored-var-face ((,class (:foreground ,comment))))
+
    ;; nxml
    `(nxml-name-face ((,class (:foreground unspecified :inherit 
font-lock-constant-face))))
    `(nxml-attribute-local-name-face ((,class (:foreground unspecified :inherit 
font-lock-variable-name-face))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]