branch: elpa/alect-themes
commit d3c9963749013ec09a865f7e15d93724e5cc8215
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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))))