mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-25 03:43:27 +01:00
Add flycheck faces
This commit is contained in:
parent
8344dcfb3b
commit
8f2bbe7e08
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemsen <tom@ryuslash.org>
|
;; Author: Tom Willemsen <tom@ryuslash.org>
|
||||||
;; Keywords: faces
|
;; Keywords: faces
|
||||||
;; Version: 2.0.0
|
;; Version: 2.1.0
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
@ -86,6 +86,8 @@
|
||||||
'yoshi
|
'yoshi
|
||||||
|
|
||||||
`(default ((t (:background "#111113" :foreground ,white-1))))
|
`(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-errline ((t (:background nil :underline (:color ,red-2 :style wave)))))
|
||||||
`(flymake-infoline ((t (:background nil :underline (:color ,blue-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)))))
|
`(flymake-warnline ((t (:background nil :underline (:color ,orange-2 :style wave)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue