keep it dark in terminals
most GUIs are light, so use light theme there most terminals are dark by default, so use dark theme here
This commit is contained in:
parent
fd5f002f9c
commit
5e87f01961
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -138,7 +138,9 @@
|
|||
(straight-use-package 'leuven-theme)
|
||||
(straight-use-package 'zenburn-theme)
|
||||
|
||||
(load-theme 'leuven t)
|
||||
(if (display-graphic-p)
|
||||
(load-theme 'leuven t)
|
||||
(load-theme 'zenburn t))
|
||||
|
||||
;; CC mode default styles
|
||||
(setq c-default-style '((java-mode . "java")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue