mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Disable color for major-mode icons by default.
This commit is contained in:
parent
4c8910e39d
commit
9653f489ff
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ Strongly recommend to use
|
||||||
(setq doom-modeline-major-mode-icon t)
|
(setq doom-modeline-major-mode-icon t)
|
||||||
|
|
||||||
;; Display color icons for `major-mode'. It respects `all-the-icons-color-icons'.
|
;; Display color icons for `major-mode'. It respects `all-the-icons-color-icons'.
|
||||||
(setq doom-modeline-major-mode-color-icon t)
|
(setq doom-modeline-major-mode-color-icon nil)
|
||||||
|
|
||||||
;; Whether display minor modes or not. Non-nil to display in mode-line.
|
;; Whether display minor modes or not. Non-nil to display in mode-line.
|
||||||
(setq doom-modeline-minor-modes nil)
|
(setq doom-modeline-minor-modes nil)
|
||||||
|
|
|
@ -118,7 +118,7 @@ The icons may not be showed correctly in terminal and on Windows.")
|
||||||
(defvar doom-modeline-major-mode-icon t
|
(defvar doom-modeline-major-mode-icon t
|
||||||
"Whether show the icon for major mode. It respects `doom-modeline-icon'.")
|
"Whether show the icon for major mode. It respects `doom-modeline-icon'.")
|
||||||
|
|
||||||
(defvar doom-modeline-major-mode-color-icon t
|
(defvar doom-modeline-major-mode-color-icon nil
|
||||||
"Display color icons for `major-mode'. It respects `all-the-icons-color-icons'.")
|
"Display color icons for `major-mode'. It respects `all-the-icons-color-icons'.")
|
||||||
|
|
||||||
(defvar doom-modeline-minor-modes nil
|
(defvar doom-modeline-minor-modes nil
|
||||||
|
|
Loading…
Reference in a new issue