new theme: tomorrow night
This commit is contained in:
parent
f280ea7878
commit
cc35cd372e
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -144,7 +144,8 @@
|
||||||
version-control t)
|
version-control t)
|
||||||
|
|
||||||
;; color theme
|
;; color theme
|
||||||
(load-theme 'wombat t)
|
(straight-use-package 'color-theme-sanityinc-tomorrow)
|
||||||
|
(load-theme 'sanityinc-tomorrow-night 1)
|
||||||
(set-face-italic 'font-lock-comment-face t)
|
(set-face-italic 'font-lock-comment-face t)
|
||||||
(set-face-italic 'font-lock-comment-delimiter-face nil)
|
(set-face-italic 'font-lock-comment-delimiter-face nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue