summary refs log tree commit diff
path: root/config/init-ui.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/init-ui.el')
-rw-r--r--config/init-ui.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/init-ui.el b/config/init-ui.el
index aac576e..d19da49 100644
--- a/config/init-ui.el
+++ b/config/init-ui.el
@@ -73,13 +73,7 @@
   (ef-themes-mixed-fonts t)
   (ef-themes-disable-other-themes t)
   :config
-  (ef-themes-select 'ef-light)
-  (setq ef-themes-to-toggle '(ef-cyprus ef-deuteranopia-light))
-  (setq ef-themes-headings ; read the manual's entry or the doc string
-        '((0 . (variable-pitch light 1.3))
-          (1 . (variable-pitch light 1.2))
-          (2 . (variable-pitch regular 1.1))
-          (t . (variable-pitch 1.0)))))
+  (ef-themes-select 'ef-cyprus))
 
 (provide 'init-ui)
 ;;; init-ui.el ends here