branch: elpa/alect-themes
commit 95473388fe863de03f5e2409b2f72b6ed9f49830
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Faces for syslog-mode were added.
---
alect-themes-pkg.el | 2 +-
alect-themes.el | 13 +++++++++++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/alect-themes-pkg.el b/alect-themes-pkg.el
index 79eaf1b..72b2347 100644
--- a/alect-themes-pkg.el
+++ b/alect-themes-pkg.el
@@ -1,4 +1,4 @@
(define-package
"alect-themes"
- "0.1.3"
+ "0.1.4"
"2 color themes (light and dark) for Emacs 24")
diff --git a/alect-themes.el b/alect-themes.el
index 32eb7c9..c5e205a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -5,8 +5,8 @@
;; Author: Alex Kost <[email protected]>
;; URL: http://github.com/alezost/alect-themes
;; Created: 2013-07-10
-;; Version: 0.1.3
-;; Last-Updated: 2013-10-07
+;; Version: 0.1.4
+;; Last-Updated: 2013-10-22
;; Package-Requires: ((emacs "24.0"))
;; Keywords: color theme
@@ -865,6 +865,15 @@ color names and values."
(sr-xml-face ((t (:foreground ,(gc 'green+2)))))
(sr-html-face ((t (:foreground ,(gc 'cyan+2)))))
+ ;; syslog-mode
+ (syslog-error ((t (:inherit font-lock-warning-face))))
+ (syslog-warn ((t (:inherit warning))))
+ (syslog-info ((t (:foreground ,(gc 'blue-2)))))
+ (syslog-debug ((t (:foreground ,(gc 'magenta-1)))))
+ (syslog-hour ((t (:foreground ,(gc 'blue+1)))))
+ (syslog-su ((t (:foreground ,(gc 'cyan)))))
+ (syslog-ip ((t (:foreground ,(gc 'yellow+1) :underline t))))
+
;; tabbar
(tabbar-button ((t (:foreground ,(gc 'fg+1)
:background ,(gc 'bg-1)))))