mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(theme): add alias commands to quickly activate light/dark theme
This commit is contained in:
@@ -64,10 +64,12 @@
|
||||
(defun siren-doom-themes-vibrant-theme ()
|
||||
(interactive)
|
||||
(siren-doom-themes-load 'doom-vibrant))
|
||||
(defalias 'vib 'siren-doom-themes-vibrant-theme)
|
||||
|
||||
(defun siren-doom-themes-nord-light-theme ()
|
||||
(interactive)
|
||||
(siren-doom-themes-load 'doom-nord-light))
|
||||
(defalias 'nord 'siren-doom-themes-nord-light-theme)
|
||||
|
||||
(defun siren-doom-themes-list ()
|
||||
(seq-filter
|
||||
|
||||
Reference in New Issue
Block a user