Version 0.1.0 of package Theme-Buffet has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Theme-Buffet describes itself as:

  =========================
  Time based theme switcher
  =========================

More at https://elpa.gnu.org/packages/theme-buffet.html

## Summary:

  Theme-Buffet lets the user specify different time periods of the day and for
  each period, a list of preferred themes to be randomly loaded accordingly.
  To install you just have to clone the repo from the url, add the path to the
  'load-path variable and then require the library.  Here's an example, for
  those who still love the Emacs 28 or earlier way of doing things:

     # In the terminal
     git clone https://git.sr.ht/~bboal/theme-buffet ~/.emacs.d/theme-buffet

     ;; In Emacs, evaluate
     (add-to-list 'load-path "~/.emacs.d/theme-buffet")
     (require 'theme-buffet)

  The newest way, from Emacs 29 onward:

     (package-vc-install "https://git.sr.ht/~bboal/theme-buffet";)

## Recent NEWS:

[Not available 🙁]

Reply via email to