commit 73dbf75721e1a76381e078610e621ee2b830a7a4
parent e38b1ce10edb6a98d3ff31a67a36f93eb3786d86
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 20 May 2014 08:27:36 +0200
remove duplicate incorrect escape-glyph face
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -286,8 +286,8 @@ customize the resulting theme."
`(cursor ((,class (:foreground ,base03 :background ,base0
:inverse-video t))))
`(mouse ((,class (:foreground ,base03 :background ,base0
- :inverse-video t))))
- `(escape-glyph-face ((,class (:foreground ,red))))
+ :inverse-video t))))
+ `(escape-glyph ((,class (:foreground ,violet))))
`(fringe ((,class (:foreground ,s-fringe-fg :background ,s-fringe-bg))))
`(highlight ((,class (:background ,base02))))
`(link ((,class (:foreground ,yellow :underline t :weight bold))))
@@ -297,7 +297,7 @@ customize the resulting theme."
`(error ((,class (:foreground ,orange))))
`(lazy-highlight ((,class (:foreground ,base03 :background ,yellow
:weight normal))))
- `(escape-glyph ((,class (:foreground ,violet))))
+
;; compilation
`(compilation-column-face ((,class (:foreground ,cyan :underline nil))))