solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 8258408d31c6ae096996c689162035b0d3500699
parent 2295988df3bc0f81606f4dbaa7da197e4a3866ef
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 16 Nov 2012 20:45:03 +0100

add android-mode log faces

Diffstat:
Msolarized.el | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

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