Use Monokai as it works in terminal

This commit is contained in:
Maciej Szlosarczyk 2017-02-08 09:44:31 +02:00
parent 28baf662f5
commit 179474a944
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
3 changed files with 11 additions and 7 deletions

View file

@ -71,10 +71,10 @@
(package-refresh-contents)
(package-install 'exec-path-from-shell))
; Themes
(unless (package-installed-p 'base16-theme)
;; Themes
(unless (package-installed-p 'monokai-theme)
(package-refresh-contents)
(package-install 'base16-theme))
(package-install 'monokai-theme))
(unless (package-installed-p 'noctilux-theme)
(package-refresh-contents)