From 8f2bbe7e08d0971f6bf0ea871cb63899d73b8848 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 9 Jan 2013 02:56:36 +0100 Subject: Add flycheck faces --- yoshi-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'yoshi-theme.el') diff --git a/yoshi-theme.el b/yoshi-theme.el index 5385751..80eef30 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemsen ;; Keywords: faces -;; Version: 2.0.0 +;; Version: 2.1.0 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -86,6 +86,8 @@ 'yoshi `(default ((t (:background "#111113" :foreground ,white-1)))) + `(flycheck-error-face ((t (:foreground nil :underline (:color ,red-2 :style wave))))) + `(flycheck-warning-face ((t (:foreground nil :underline (:color ,orange-2 :style wave))))) `(flymake-errline ((t (:background nil :underline (:color ,red-2 :style wave))))) `(flymake-infoline ((t (:background nil :underline (:color ,blue-2 :style wave))))) `(flymake-warnline ((t (:background nil :underline (:color ,orange-2 :style wave))))) -- cgit v1.2.3-54-g00ecf