use zenburn as a theme

This commit is contained in:
Grigory Shipunov 2020-06-22 20:15:33 +02:00
parent 9744acce57
commit 210868d628
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

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