diff options
author | Raul Benencia <rul@kalgan.cc> | 2019-12-07 14:17:25 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2019-12-07 14:17:25 -0800 |
commit | ab810b12fd878452754eb4744b4202dc2ccd8281 (patch) | |
tree | 5affa1bd0578ce538ab9a1b52b479e240608311d /.emacs.local.d/modes/themes.el | |
parent | 8609220c4070a633f10796f67ff4f73563d3904e (diff) |
emacs theme update
Diffstat (limited to '.emacs.local.d/modes/themes.el')
-rw-r--r-- | .emacs.local.d/modes/themes.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index f09d23d..e43f7c8 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,7 +1,7 @@ ;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme -;; Elpa packages: atom-one-dark +;; Elpa packages: atom-one-dark doom-themes -(load-theme 'clues t) +(load-theme 'doom-vibrant t) (set-frame-parameter (selected-frame) 'alpha '(92 . 92)) (add-to-list 'default-frame-alist '(alpha . (92 . 92))) |