Skip to content

Instantly share code, notes, and snippets.

@papaeye
Created June 17, 2012 17:07
Show Gist options
  • Save papaeye/2945078 to your computer and use it in GitHub Desktop.
Save papaeye/2945078 to your computer and use it in GitHub Desktop.
A patch to define solarized faces for elscreen
diff --git a/solarized-definitions.el b/solarized-definitions.el
index 5e5219f..4fb94b6 100644
--- a/solarized-definitions.el
+++ b/solarized-definitions.el
@@ -488,7 +488,16 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(rcirc-prompt ((t (:foreground ,yellow))))
(rcirc-bright-nick ((t (:foreground ,magenta))))
(rcirc-server ((t (:foreground ,base1))))
- (rcirc-timestamp ((t (:foreground ,base01)))))
+ (rcirc-timestamp ((t (:foreground ,base01))))
+ ;; elscreen
+ (elscreen-tab-current-screen-face
+ ((t (,@fg-base1 ,@bg-base02 ,@fmt-revbb :box nil))))
+ (elscreen-tab-control-face
+ ((t (,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil))))
+ (elscreen-tab-background-face
+ ((t (,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil))))
+ (elscreen-tab-other-screen-face
+ ((t (,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil)))))
((foreground-color . ,(when (<= 16 (display-color-cells)) base0))
(background-color . ,back)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment