diff --git a/twilight-bright-theme.el b/twilight-bright-theme.el index 83b3e28..20891a6 100644 --- a/twilight-bright-theme.el +++ b/twilight-bright-theme.el @@ -38,6 +38,7 @@ `(default ((t (:background ,background :foreground ,foreground)))) `(region ((t (:background ,selection)))) `(cursor ((t (:background ,cursor)))) + `(highlight ((t (:foreground ,blue-2 :background ,blue-2bg)))) `(minibuffer-prompt ((t (:foreground ,orange-1 :background ,orange-1bg)))) `(escape-glyph ((t (:foreground ,purple-1 :background , purple-1bg)))) `(hl-line ((t (:background ,hl-line))))