branch: elpa/material-theme
commit 44cdd6b2d76955b7ca6a090318e299b5a8a7394c
Author: Martin Gausby <[email protected]>
Commit: Martin Gausby <[email protected]>
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))))