From 8484e6aa62025e1683ed16eafa2dc3803f38c225 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 15 Jan 2024 18:42:17 +0000 Subject: [PATCH] chore: port from kagayaki to hazakura --- lisp/editor.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/editor.el b/lisp/editor.el index 21221c5..b5ac053 100644 --- a/lisp/editor.el +++ b/lisp/editor.el @@ -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)