I wrote a library that lets you cycle through the available themes in Emacs. F10 and shift-F10 keys will cycle forward and backward through the themes. The theme name is printed for reference.
https://github.com/tsengf/theme-cycle
Installation
Download theme-cycle.el
into ~/.emacs.d
.
Add the following to your Emacs configuration
(add-to-list 'load-path (expand-file-name "~/.emacs.d)
(require 'theme-cycle)
;; Load as many themes as you are interested in exploring.
(use-package doom-themes)
(use-package ef-themes)
(use-package modus-themes)
(use-package solarized-themes)
To Use
Use F10 to cycle forward through the themes. Use shift-F10 to cycle backward through the themes.
doremi-custom-themes+
,doremi-color-themes+
(since 2004)https://www.emacswiki.org/emacs/DoReMi
icicle-custom-theme
,icicle-color-theme
(since 2006)https://www.emacswiki.org/emacs/Icicles
Cycling shows everything in your session using each theme, in turn.