branch: elpa/alect-themes
commit 69f19b8d4d833cc1fd989b69a8718f08ee36d451
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for 'speedbar'
---
README.md | 1 +
alect-themes.el | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/README.md b/README.md
index 184977b..36c1942 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ supported (themed):
+ whitespace
+ linum
+ show-paren
+ + speedbar
- [aurel](https:/github.com/alezost/aurel)
- [auto-complete](https:/github.com/auto-complete/auto-complete)
- Caml packages: [tuareg](https://github.com/ocaml/tuareg),
diff --git a/alect-themes.el b/alect-themes.el
index 451dad7..d534b6f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1405,6 +1405,17 @@ For INVERT, see `alect-get-color'."
(slime-repl-prompt-face ((,c :inherit alect-prompt)))
(slime-repl-result-face ((,c :foreground ,(gc 'blue+2))))
+ ;; speedbar
+ (speedbar-file-face ((,c)))
+ (speedbar-directory-face ((,c :inherit dired-directory)))
+ (speedbar-tag-face ((,c :foreground ,(gc 'yellow+1))))
+ (speedbar-selected-face ((,c :foreground ,(gc 'red))))
+ (speedbar-separator-face ((,c :inherit alect-title)))
+ (speedbar-highlight-face ((,c :inherit highlight)))
+ (speedbar-button-face ((,c :foreground ,(gc 'green)
+ :box (:line-width 1
+ :style released-button))))
+
;; sunrise-commander
(sr-active-path-face ((,c :inherit dired-header)))
(sr-passive-path-face ((,c :inherit dired-header