Emacs: how to get the default theme?

后端 未结 5 1990
悲&欢浪女
悲&欢浪女 2021-02-13 03:18

I\'ve been using the default theme with about 10 faces changed via custom-set-faces for a while now. But from time to time I want to try out a couple of the custom

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-13 03:41

    Adding another answer here since you don't necessarily know the current theme:

    This removes all custom themes.

    (dolist (theme custom-enabled-themes)
      (disable-theme theme))
    

提交回复
热议问题