emacs: add rand-theme config

master
an 2020-01-30 14:17:48 -05:00
parent 88cc175291
commit e90bfd7153
2 changed files with 19 additions and 1 deletions

View File

@ -36,6 +36,21 @@
(require 'mozc)
(setq default-input-method "japanese-mozc")
; HOW IS THERE SERIOUSLY A PACKAGE FOR THIS!?
(require 'rand-theme)
(setq rand-theme-wanted '(base16-ashes
base16-atelier-cave
base16-atelier-forest
base16-atelier-heath
base16-circus
base16-dracula
base16-material-palenight
base16-monokai
base16-onedark
base16-porple
base16-unikitty-dark))
(rand-theme)
(require 'ialign)
;; EOF

View File

@ -3,12 +3,15 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(ansi-color-names-vector
["#19171c" "#be4678" "#2a9292" "#a06e3b" "#576ddb" "#955ae7" "#576ddb" "#8b8792"])
'(ansi-term-color-vector
[unspecified "#19171c" "#be4678" "#2a9292" "#a06e3b" "#576ddb" "#955ae7" "#576ddb" "#8b8792"])
'(auto-save-default nil)
'(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup"))))
'(before-save-hook (quote (copyright-update delete-trailing-whitespace)))
'(create-lockfiles nil)
'(current-language-environment "UTF-8")
'(custom-enabled-themes (quote (base16-atelier-cave)))
'(custom-safe-themes
(quote
("1d079355c721b517fdc9891f0fda927fe3f87288f2e6cc3b8566655a64ca5453" default)))