chore: port from kagayaki to hazakura

This commit is contained in:
Muhammad Nauman Raza 2024-01-15 18:42:17 +00:00
parent f77fc59636
commit 8484e6aa62
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -80,12 +80,12 @@
(setq auto-save-file-name-transforms
`((".*" ,temporary-file-directory t)))
;; Set theme to `hazakura', Dianicemacs' default
;; Set theme to `kagayaki', Dianicemacs' default
(use-package autothemer)
(use-package hazakura-theme
:straight (:package "hazakura" :host github
:repo "devraza/hazakura-emacs"))
(load-theme 'hazakura t)
(use-package kagayaki-theme
:straight (:package "kagayaki" :host github
:repo "devraza/kagayaki-emacs"))
(load-theme 'kagayaki t)
;; rainbow-mode - Colourful colour codes!
(use-package rainbow-mode)