@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
(defcustom zoom-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
My zoom window config -
(use-package zoom-window :bind ("C-x C-z" . zoom-window-zoom) :config (custom-set-variables '(zoom-window-mode-line-color "blue") '(zoom-window-use-persp t)) (zoom-window-setup))
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4