Add zoom-window package

This commit is contained in:
Wojciech Kozlowski 2019-12-15 16:21:32 +01:00
parent 6370ed390c
commit c7e0ee9923
2 changed files with 16 additions and 3 deletions

View File

@ -45,7 +45,8 @@
which-key
whole-line-or-region
winner
ws-butler)
ws-butler
zoom-window)
)
@ -712,6 +713,13 @@
:config
(ws-butler-global-mode))
;; --------------------------------------------------------------------------
;; `zoom-window'.
;; --------------------------------------------------------------------------
(use-package zoom-window
:bind (("C-x C-z" . zoom-window-zoom)))
)
(provide 'emodule/emacs)

View File

@ -157,6 +157,7 @@
(*line-perspective* *head-1*)
(*line-eyebrowse* *string*)
(*zoom-window-bg* (if (eq variant 'dark) "#33455b" "#90AECE"))
(*line-header-bg* (if (eq variant 'dark) "#0A1721" "#F2F2F2"))
(*line-inactive-bg* (if (eq variant 'dark) "#0A1721" "#C9D5E3"))
(*line-inactive-fg* (if (eq variant 'dark) "#798A9B" "#333333")))
@ -191,7 +192,11 @@
;; ---------------------------------------------------------------------
`(header-line ((t (:background ,*line-header-bg* :foreground ,*line-active-fg*))))
))
)
(setq zoom-window-mode-line-color *zoom-window-bg*)
)
;; ------------------------------------------------------------------------
;; Whitespace.
@ -272,7 +277,7 @@
,*paren-hlp-2*
,*paren-hlp-3*))
)
)
;; ------------------------------------------------------------------------
;; Checker highlights.