From a07c98fc8228a11e68cff10133211ff22ff713d7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 23 Jul 2012 17:15:50 +0200 Subject: Explicitly set colors for fringe face It has been brought to my attention that the fringe colors don't carry over well between theme switches unless they are explicitly given. --- tron-theme.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tron-theme.el b/tron-theme.el index 6d2e500..48e7fe0 100644 --- a/tron-theme.el +++ b/tron-theme.el @@ -61,6 +61,7 @@ ;; - Add header. ;; - Add local variables, enable `rainbow-mode'. ;; 12 - Remove quotes from :inherit properties. +;; - Explicitly set colors for `fringe'. ;;; Code: @@ -73,7 +74,7 @@ '(bold-italic ((t (:inherit bold :slant italic)))) '(cursor ((t (:background "#15abc3")))) '(default ((t (:background "#000000" :foreground "#15abc3")))) - '(fringe ((t (:inherit default)))) + '(fringe ((t (:background "#000000" :foreground "#15abc3")))) '(header-line ((t (:inherit mode-line)))) '(linum ((t (:inherit default)))) '(mouse ((t (:foreground "#e0c625")))) -- cgit v1.2.3-54-g00ecf