summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-14 15:00:47 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-14 15:00:47 +0200
commit8e4cea8585a8aa20a3c44a9bc39b3b36ab82338e (patch)
tree8fab8bb53ba774332cf7791c9daf366667bfa815
parent51c26cf8c9a721d5915cde7cf7189af0f0d2dd13 (diff)
Go back to solarized-light theme.
-rw-r--r--init.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.org b/init.org
index 3901492..cce8da0 100644
--- a/init.org
+++ b/init.org
@@ -70,8 +70,8 @@ To install all packages via GNU Guix I can either use a manifest file or use the
emacs-shell-switcher \
emacs-skewer-mode \
emacs-smart-mode-line \
+ emacs-solarized-theme \
emacs-tagedit \
- emacs-tao-theme \
emacs-typo \
emacs-undo-tree \
emacs-web-mode \
@@ -203,7 +203,8 @@ Currently, I’m a fan of themes with muted colours. The =tao-yang-theme= is a
#+BEGIN_SRC elisp
(setq frame-background-mode 'light)
-(require 'tao-yang-theme)
+(require 'solarized)
+(load-theme 'solarized-light t)
#+END_SRC
* Default fonts