1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Make error face bold to increase thought of importance

This commit is contained in:
Tom Willemse 2013-11-26 01:02:40 +01:00
parent 1b138bc561
commit d3b0c78747

View file

@ -76,7 +76,7 @@
`(erc-notice-face ((t (:foreground ,fgblue :weight normal)))) `(erc-notice-face ((t (:foreground ,fgblue :weight normal))))
`(erc-prompt-face ((t (:foreground ,fgbright :weight bold)))) `(erc-prompt-face ((t (:foreground ,fgbright :weight bold))))
`(erc-timestamp-face ((t (:foreground ,fgdim :weight normal)))) `(erc-timestamp-face ((t (:foreground ,fgdim :weight normal))))
`(error ((t (:foreground ,fgred :weight unspecified)))) `(error ((t (:foreground ,fgred :weight bold))))
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
`(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) `(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave))))) `(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))