Add custom vim-like theme

This commit is contained in:
Vladan Popovic 2021-06-08 09:29:01 +02:00
parent cfc57d504f
commit 18e2387ee2
No known key found for this signature in database
GPG key ID: 39762748EB5A39D9
3 changed files with 111 additions and 6 deletions

View file

@ -1,6 +1,5 @@
;; Use dark twilight.
(use-package twilight-theme)
(load-theme 'twilight t)
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'almost-vim t)
;;
;; ===============