Skip to content

Commit

Permalink
make error red
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav-meesho committed Sep 4, 2024
1 parent dd44a1b commit af6a25f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evangelion-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
`(highlight ((,class (:background ,hl))))
`(link ((,class (:foreground ,green2 :underline t))))
`(region ((,class (:background ,teal))))
`(error ((,class (:foreground "red"))))
;;; font lock default faces
`(font-lock-builtin-face ((,class (:foreground ,green2))))
`(font-lock-comment-face
Expand Down

0 comments on commit af6a25f

Please sign in to comment.