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

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

[nongnu] elpa/alect-themes d3c9963 179/269: Add support for 'cperl-mode'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes d3c9963 179/269: Add support for 'cperl-mode'
Date: Thu, 21 Oct 2021 17:59:14 -0400 (EDT)

branch: elpa/alect-themes
commit d3c9963749013ec09a865f7e15d93724e5cc8215
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add support for 'cperl-mode'
---
 README.md       | 1 +
 alect-themes.el | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index d1d533e..c42ed68 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,7 @@ supported (themed):
 - [aurel](https:/github.com/alezost/aurel)
 - [auto-complete](https:/github.com/auto-complete/auto-complete)
 - [company](http://company-mode.github.io/)
+- [cperl](https://github.com/jrockway/cperl-mode)
 - [dictem](https:/github.com/cheusov/dictem)
 - [EMMS](https://www.gnu.org/software/emms/)
 - [Geiser](https:/github.com/jaor/geiser)
diff --git a/alect-themes.el b/alect-themes.el
index 30809e9..afb1e4e 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -582,6 +582,11 @@ For INVERT, see `alect-get-color'."
          (compilation-mode-line-exit        ((,c :inherit success)))
          (compilation-mode-line-fail        ((,c :inherit compilation-error)))
 
+         ;; cperl
+         (cperl-hash-face           ((,c :foreground ,(gc 'cyan+1))))
+         (cperl-array-face          ((,c :foreground ,(gc 'yellow-1))))
+         (cperl-nonoverridable-face ((,c :foreground ,(gc 'green-1))))
+
          ;; ctable
          (ctbl:face-cell-select  ((,c :background ,(gc 'blue)
                                       :foreground ,(gc 'bg-1))))



reply via email to

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