Skip to content

Commit

Permalink
changed defface speed-type-mistake to inherit color from error
Browse files Browse the repository at this point in the history
  • Loading branch information
yilkalargaw authored Sep 26, 2023
1 parent 09e165a commit bb3ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speed-type.el
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ To remove without replacement, use the form: `(bad-string . \"\")'"
:group 'speed-type)

(defface speed-type-mistake
`((t (:inherit 'default :foreground ,(face-foreground 'warning) :underline t)))
`((t (:inherit 'default :foreground ,(face-foreground 'error) :underline t)))
"Face for incorrectly typed characters."
:group 'speed-type)

Expand Down

0 comments on commit bb3ea76

Please sign in to comment.