Skip to content

Commit

Permalink
add android-mode log faces
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed Nov 16, 2012
1 parent 2295988 commit 8258408
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions solarized.el
Expand Up @@ -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))))
Expand Down

0 comments on commit 8258408

Please sign in to comment.