Fix: Set modified marker :foreground instead of :background

This commit is contained in:
Emmanuel Bustos 2021-02-12 20:21:34 +01:00
parent 30b1c94f5d
commit 80cc62813b

View file

@ -255,9 +255,11 @@
(centaur-tabs-selected-modified :background bg :foreground teal) (centaur-tabs-selected-modified :background bg :foreground teal)
(centaur-tabs-unselected-modified :background bg-alt :foreground teal) (centaur-tabs-unselected-modified :background bg-alt :foreground teal)
(centaur-tabs-active-bar-face :background (if (bound-and-true-p -modeline-bright) modeline-bg highlight)) (centaur-tabs-active-bar-face :background (if (bound-and-true-p -modeline-bright) modeline-bg highlight))
((centaur-tabs-modified-marker-selected &inherit centaur-tabs-active-bar-face) (centaur-tabs-modified-marker-selected
:foreground (if (bound-and-true-p -modeline-bright) modeline-bg highlight)
:inherit 'centaur-tabs-selected) :inherit 'centaur-tabs-selected)
((centaur-tabs-modified-marker-unselected &inherit centaur-tabs-active-bar-face) (centaur-tabs-modified-marker-unselected
:foreground (if (bound-and-true-p -modeline-bright) modeline-bg highlight)
:inherit 'centaur-tabs-unselected) :inherit 'centaur-tabs-unselected)
;;;; company ;;;; company
(company-tooltip :inherit 'tooltip) (company-tooltip :inherit 'tooltip)