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"))))