You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@seagle0128
I have been using emacs-zoom-window with doom-mode-line before moving to centaur emacs.
Usually when we zoom a window , the mode line changes its color to green stating that user is in a zoomed window. This does not happen with Centaur emacs , Is there any configuration need to make this work
(defcustomzoom-window-mode-line-color"green""Color of mode-line when zoom-window is enabled":type'string)
;; This called in zoom-window function
(set-face-background'mode-line zoom-window-mode-line-color curframe)
mode-line changes color fine if i execute (set-face-background 'mode-line "blue")
It is just not changing face when zoom-window is used
Update-
It was working for buffers like *scratch* and *dashboard*
It is NOT working with emacs-lisp , org-mode or java-mode buffers. These are the modes I have tested.
CsBigDataHub
changed the title
doom-mode line Centaur emacs failed to change face when emacs-zoom-window is triggered
doom-mode-line in Centaur emacs failed to change face when emacs-zoom-window is triggered
Feb 23, 2020
@seagle0128
I have been using emacs-zoom-window with doom-mode-line before moving to centaur emacs.
Usually when we zoom a window , the mode line changes its color to green stating that user is in a zoomed window. This does not happen with Centaur emacs , Is there any configuration need to make this work
Link to emacs-zoom-window - https://github.com/syohex/emacs-zoom-window
code the is resposible to change the face
mode-line changes color fine if i execute
(set-face-background 'mode-line "blue")
It is just not changing face when zoom-window is used
My zoom window config -
The text was updated successfully, but these errors were encountered: