diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2018-10-16 23:16:23 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2019-01-11 19:39:55 -0600 |
commit | 2d46aec05eadc688dc7a9ad7df1153dc2e21fb1f (patch) | |
tree | 19d9822ecbd7ba707bec2b6fe59c618d4d432afe /emacs/.emacs.d | |
parent | d2997461fbf2d9570b3bdbffc413e8eddf386d9a (diff) |
emacs: switch color theme
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/colors.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/colors.el b/emacs/.emacs.d/colors.el index ec84b20..4039956 100644 --- a/emacs/.emacs.d/colors.el +++ b/emacs/.emacs.d/colors.el @@ -1,2 +1 @@ -;(load-theme 'sanityinc-tomorrow-blue t) -(load-theme 'material t) +(load-theme 'sanityinc-tomorrow-blue t) |