From 8258408d31c6ae096996c689162035b0d3500699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Fri, 16 Nov 2012 20:45:03 +0100 Subject: [PATCH] add android-mode log faces --- solarized.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solarized.el b/solarized.el index dc2abb59..f2ed38bd 100644 --- a/solarized.el +++ b/solarized.el @@ -232,6 +232,13 @@ `(ahs-plugin-whole-buffer-face ((,class (:foreground ,solarized-bg :background ,green)))) `(ahs-warning-face ((,class (:foreground ,red :weight bold)))) + ;; android mode + `(android-mode-debug-face ((,class (:foreground ,green)))) + `(android-mode-error-face ((,class (:foreground ,orange :weight bold)))) + `(android-mode-info-face ((,class (:foreground ,solarized-fg)))) + `(android-mode-verbose-face ((,class (:foreground ,solarized-comments)))) + `(android-mode-warning-face ((,class (:foreground ,yellow)))) + ;; bm `(bm-face ((,class (:background ,yellow-lc :foreground ,solarized-bg)))) `(bm-fringe-face ((,class (:background ,yellow-lc :foreground ,solarized-bg))))