Skip to content

Commit

Permalink
Fix: The face for the narrow fringes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoarch committed Mar 12, 2014
1 parent f3ec50f commit fa9717a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monochrome-bright-theme.el
Expand Up @@ -33,7 +33,7 @@
`(cursor ((,class (:background ,black))))

;; Highlighting faces
`(fringe ((,class (:background ,dgray))))
`(fringe ((,class (:foreground ,black :background ,dgray))))
`(highlight ((,class (:foreground ,white :background ,sgray))))
`(region ((,class (:foreground ,white :background ,dgray))))
`(secondary-selection ((,class (:foreground: ,white :background ,sgray))))
Expand Down
2 changes: 1 addition & 1 deletion monochrome-theme.el
Expand Up @@ -33,7 +33,7 @@
`(cursor ((,class (:background ,lgray))))

;; Highlighting faces
`(fringe ((,class (:background ,lgray))))
`(fringe ((,class (:foreground ,black :background ,lgray))))
`(highlight ((,class (:foreground ,black :background ,lgray))))
`(region ((,class (:foreground ,black :background ,lgray))))
`(secondary-selection ((,class (:foreground: ,black :background ,sgray))))
Expand Down

0 comments on commit fa9717a

Please sign in to comment.