diff options
| author | 2013-11-26 01:02:40 +0100 | |
|---|---|---|
| committer | 2013-11-26 01:02:40 +0100 | |
| commit | d3b0c78747c884da11cd907ab0525a78e8a4a683 (patch) | |
| tree | 7aa492602585b34a37777e1d43cc40a231357a8a | |
| parent | 1b138bc561684d403f4c4fcb1c2aaa4d45711a84 (diff) | |
| download | yoshi-theme-d3b0c78747c884da11cd907ab0525a78e8a4a683.tar.gz yoshi-theme-d3b0c78747c884da11cd907ab0525a78e8a4a683.zip | |
Make error face bold to increase thought of importance
| -rw-r--r-- | yoshi-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 67bdcd7..2a7b260 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -76,7 +76,7 @@ `(erc-notice-face ((t (:foreground ,fgblue :weight normal)))) `(erc-prompt-face ((t (:foreground ,fgbright :weight bold)))) `(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-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) `(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave))))) |
