目前是由
(defun acm-frame-background-color ()
(let* ((theme-mode (format "%s" (frame-parameter nil 'background-mode))))
(if (string-equal theme-mode "dark") "#191a1b" "#f0f0f0")))
控制的
目前是由
(defun acm-frame-background-color ()
(let* ((theme-mode (format "%s" (frame-parameter nil 'background-mode))))
(if (string-equal theme-mode "dark") "#191a1b" "#f0f0f0")))
控制的