branch: elpa/material-theme
commit ac5f7e06ae2a272f9d56cf752c2fead92161be54
Merge: 41d8c56 44cdd6b
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
Merge pull request #32 from gausby/add-elixir-colors-to-dark-material-theme
Added colors for elixir-mode
---
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))))