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:
Grigory Shipunov 2020-06-15 19:24:36 +02:00
parent fd5f002f9c
commit 5e87f01961
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -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")