From b0ee5f8ba34e6a7521727c090476fbe2f5b78b1f Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Mon, 01 Jun 2020 06:21:09 +0000 Subject: [PATCH] Added solarized theme to switcher --- config.org | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/config.org b/config.org index ad8d81c..ec2c09f 100644 --- a/config.org +++ b/config.org @@ -47,6 +47,13 @@ (disable-all-themes) :config (load-theme 'nord t))) + ((eq emacs-theme 'solarized) + (use-package solarized-theme + :ensure t + :init + (disable-all-themes) + :config + (load-theme 'solarized-dark t))) ((eq emacs-theme 'none) (disable-all-themes))) #+END_SRC -- Gitblit v1.9.3