on second thought, keep it dark everywhere

This commit is contained in:
Grigory Shipunov 2020-06-18 21:35:52 +02:00
parent 5e87f01961
commit 7ae3caf28e
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -138,9 +138,9 @@
(straight-use-package 'leuven-theme) (straight-use-package 'leuven-theme)
(straight-use-package 'zenburn-theme) (straight-use-package 'zenburn-theme)
(if (display-graphic-p) (load-theme 'gruvbox-dark-hard t)
(load-theme 'leuven t) ;; italic comments
(load-theme 'zenburn t)) (set-face-italic 'font-lock-comment-face t)
;; CC mode default styles ;; CC mode default styles
(setq c-default-style '((java-mode . "java") (setq c-default-style '((java-mode . "java")