Emacs: Only configure treemacs theme if we are in a GUI.
This commit is contained in:
parent
3330ebadd8
commit
e6b05c01dc
|
@ -64,7 +64,8 @@
|
||||||
:config (progn
|
:config (progn
|
||||||
(load-theme 'doom-outrun-electric t)
|
(load-theme 'doom-outrun-electric t)
|
||||||
(doom-themes-visual-bell-config) ; Flash modeline on error.
|
(doom-themes-visual-bell-config) ; Flash modeline on error.
|
||||||
(doom-themes-treemacs-config)
|
(when (display-graphic-p)
|
||||||
|
(doom-themes-treemacs-config))
|
||||||
|
|
||||||
(set-face-background 'scroll-bar (face-background 'default))
|
(set-face-background 'scroll-bar (face-background 'default))
|
||||||
(set-face-foreground 'scroll-bar (face-foreground 'shadow)))
|
(set-face-foreground 'scroll-bar (face-foreground 'shadow)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user