diff --git a/eyebrowse.el b/eyebrowse.el index a825441..e33df11 100644 --- a/eyebrowse.el +++ b/eyebrowse.el @@ -526,7 +526,7 @@ is detected, extra key bindings will be set up with (caption (eyebrowse-format-slot window-config))) (if (= slot current-slot) (propertize caption 'face 'eyebrowse-mode-line-active) - caption))) + (propertize caption 'face 'eyebrowse-mode-line-inactive)))) window-configs separator) right-delimiter) "")))