]> git.eshelyaron.com Git - emacs.git/commit
Add new command 'toggle-theme'
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 6 Sep 2022 18:53:35 +0000 (20:53 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 11 Sep 2022 11:10:55 +0000 (13:10 +0200)
commitf31b9d86a67f1b3fd70339f277dff52478890351
treee6669407a67ca6c4bcf4e4c8b4243dd9c04b8b8f
parent1d08e480201f39c99a964f090672308b8c92bef8
Add new command 'toggle-theme'

* doc/emacs/custom.texi (Custom Themes): Mention it.
* etc/themes/leuven-dark-theme.el (leuven-dark): Add dual theme.
* etc/themes/leuven-theme.el (leuven): Add dual theme.
* etc/themes/tango-dark-theme.el (tango-dark): Add dual theme.
* etc/themes/tango-theme.el (tango): Add dual theme.
* etc/themes/tsdh-dark-theme.el (tsdh-dark): Add dual theme.
* etc/themes/tsdh-light-theme.el (tsdh-light): Add dual theme.
* lisp/cus-theme.el (describe-theme-1): Say if a theme has a dual.
* lisp/custom.el (toggle-theme): Add new command.
doc/emacs/custom.texi
etc/themes/leuven-dark-theme.el
etc/themes/leuven-theme.el
etc/themes/tango-dark-theme.el
etc/themes/tango-theme.el
etc/themes/tsdh-dark-theme.el
etc/themes/tsdh-light-theme.el
lisp/cus-theme.el
lisp/custom.el