commit ad2ad24ac5a3b12e276284b41144ccb067033df4
parent dcca1696ac11c3e3adbd156c851d1e23a0a65ffe
Author: tijsmallaerts <tijs.mallaerts@gmail.com>
Date: Wed, 30 Jan 2019 16:35:16 +0100
Fix #231: Change cider-deprecated-face to yellow underline instead of background
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -594,7 +594,7 @@ customize the resulting theme."
`(cider-result-overlay-face ((t (:background unspecified))))
`(cider-enlightened-face ((t (:box (:color ,magenta :line-width -1)))))
`(cider-enlightened-local-face ((t (:weight bold :foreground ,green-l))))
- `(cider-deprecated-face ((t (:background ,yellow))))
+ `(cider-deprecated-face ((t (:underline (:color ,yellow)))))
`(cider-instrumented-face ((t (:box (:color ,red-l :line-width -1)))))
`(cider-traced-face ((t (:box (:color ,cyan :line-width -1)))))
`(cider-fringe-good-face ((t (:foreground ,green-l))))