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

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

[nongnu] elpa/material-theme ac5f7e0 094/118: Merge pull request #32 fro


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme ac5f7e0 094/118: Merge pull request #32 from gausby/add-elixir-colors-to-dark-material-theme
Date: Thu, 21 Oct 2021 18:06:28 -0400 (EDT)

branch: elpa/material-theme
commit ac5f7e06ae2a272f9d56cf752c2fead92161be54
Merge: 41d8c56 44cdd6b
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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))))



reply via email to

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