use zenburn as a theme
This commit is contained in:
parent
9744acce57
commit
210868d628
1 changed files with 2 additions and 3 deletions
5
init.el
5
init.el
|
@ -138,9 +138,8 @@
|
||||||
(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 'zenburn t)
|
||||||
(load-theme 'leuven t)
|
(set-face-italic 'font-lock-comment-face t)
|
||||||
(load-theme 'zenburn t))
|
|
||||||
|
|
||||||
;; CC mode default styles
|
;; CC mode default styles
|
||||||
(setq c-default-style '((java-mode . "java")
|
(setq c-default-style '((java-mode . "java")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue