Skip to content

Commit

Permalink
fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jan 4, 2024
1 parent 749249a commit 14db152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/init-hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
:toggle (centaur-theme-enable-p 'day) :exit t)
("t n" (centaur-load-theme 'night) "night"
:toggle (centaur-theme-enable-p 'night) :exit t)
("t o" (call-interactively (if (fboundp #'consult-theme)
#'consult-theme
#'load-theme))
("t o" (centaur-load-theme
(intern (completing-read "Load custom theme: "
(custom-available-themes))))
"others"
:toggle (not (or (rassoc (car custom-enabled-themes) centaur-theme-alist)
(rassoc (cadr custom-enabled-themes) centaur-theme-alist)))
Expand Down

0 comments on commit 14db152

Please sign in to comment.