chore: rename

This commit is contained in:
Muhammad Nauman Raza 2023-06-26 21:22:12 +01:00
parent 86c1ab3e94
commit d864bfe4f7

View file

@ -29,39 +29,39 @@
(selection "#454449") (selection "#454449")
(highlight "#5c5c61") (highlight "#5c5c61")
(comment "#7ee6ae") (comment "#7ee6ae")
(graphite-red "#f06969") (hazakura-red "#f06969")
(graphite-green "#91d65c") (hazakura-green "#91d65c")
(graphite-blue "#a292e8") (hazakura-blue "#a292e8")
(graphite-magenta "#e887bb") (hazakura-magenta "#e887bb")
(graphite-yellow "#d9d564") (hazakura-yellow "#d9d564")
(graphite-cyan "#7ee6ae")) (hazakura-cyan "#7ee6ae"))
;; General ;; General
((default (:foreground fg :background bg)) ((default (:foreground fg :background bg))
(link (:foreground graphite-cyan :underline t)) (link (:foreground hazakura-cyan :underline t))
(region (:background selection)) (region (:background selection))
(highlight (:background bg-light)) (highlight (:background bg-light))
(help-key-binding (:background bg :foreground graphite-magenta :slant 'italic)) (help-key-binding (:background bg :foreground hazakura-magenta :slant 'italic))
(font-lock-keyword-face (:foreground graphite-magenta)) (font-lock-keyword-face (:foreground hazakura-magenta))
(show-paren-match (:foreground graphite-green :weight 'bold)) (show-paren-match (:foreground hazakura-green :weight 'bold))
(show-paren-mismatch (:foreground graphite-red :weight 'bold)) (show-paren-mismatch (:foreground hazakura-red :weight 'bold))
(line-number (:foreground highlight :background bg)) (line-number (:foreground highlight :background bg))
(line-number-current-line (:foreground fg :background bg)) (line-number-current-line (:foreground fg :background bg))
(font-lock-variable-name-face (:foreground graphite-yellow)) (font-lock-variable-name-face (:foreground hazakura-yellow))
(font-lock-warning-face (:foreground graphite-yellow)) (font-lock-warning-face (:foreground hazakura-yellow))
(completions-common-part (:foreground graphite-blue)) (completions-common-part (:foreground hazakura-blue))
(completions-first-difference (:foreground fg)) (completions-first-difference (:foreground fg))
(font-lock-constant-face (:foreground graphite-yellow)) (font-lock-constant-face (:foreground hazakura-yellow))
(font-lock-string-face (:foreground graphite-green)) (font-lock-string-face (:foreground hazakura-green))
(font-lock-builtin-face (:foreground graphite-red)) (font-lock-builtin-face (:foreground hazakura-red))
(error (:foreground graphite-red)) (error (:foreground hazakura-red))
(font-lock-type-face (:foreground graphite-red)) (font-lock-type-face (:foreground hazakura-red))
(font-lock-comment-face (:foreground comment)) (font-lock-comment-face (:foreground comment))
(secondary-selection (:foreground highlight)) (secondary-selection (:foreground highlight))
;; Isearch ;; Isearch
(isearch (:foreground graphite-green :background bg-light :weight 'bold :underline t)) (isearch (:foreground hazakura-green :background bg-light :weight 'bold :underline t))
(isearch-fail (:foreground graphite-red :weight 'bold)) (isearch-fail (:foreground hazakura-red :weight 'bold))
;; Modeline ;; Modeline
(mode-line (:background bg-light)) (mode-line (:background bg-light))
@ -74,17 +74,17 @@
(org-block (:foreground fg-dark)) (org-block (:foreground fg-dark))
(org-ellipsis (:foreground fg-dark-alt :weight 'bold)) (org-ellipsis (:foreground fg-dark-alt :weight 'bold))
(org-headline-done (:foreground fg)) (org-headline-done (:foreground fg))
(org-checkbox (:foreground graphite-magenta)) (org-checkbox (:foreground hazakura-magenta))
(org-todo (:foreground graphite-magenta :slant 'normal)) (org-todo (:foreground hazakura-magenta :slant 'normal))
(org-done (:foreground graphite-green :slant 'normal)) (org-done (:foreground hazakura-green :slant 'normal))
(org-meta-line (:foreground fg-dark-alt)) (org-meta-line (:foreground fg-dark-alt))
(org-link (:foreground graphite-green :underline t :weight 'bold)) (org-link (:foreground hazakura-green :underline t :weight 'bold))
(org-drawer (:foreground graphite-red)) (org-drawer (:foreground hazakura-red))
(org-date (:foreground graphite-magenta)) (org-date (:foreground hazakura-magenta))
(org-table (:foreground graphite-cyan)) (org-table (:foreground hazakura-cyan))
(org-special-keyword (:foreground fg)) (org-special-keyword (:foreground fg))
(org-document-info-keyword (:foreground graphite-yellow)) (org-document-info-keyword (:foreground hazakura-yellow))
(org-list-dt (:foreground graphite-red)) (org-list-dt (:foreground hazakura-red))
(org-level-1 (:weight 'bold)) (org-level-1 (:weight 'bold))
(org-level-2 (:weight 'bold)) (org-level-2 (:weight 'bold))
(org-level-3 (:weight 'bold)) (org-level-3 (:weight 'bold))
@ -96,94 +96,94 @@
(org-document-info (:foreground fg-dark)) (org-document-info (:foreground fg-dark))
;; Org Superstar ;; Org Superstar
(org-superstar-item (:foreground graphite-yellow)) (org-superstar-item (:foreground hazakura-yellow))
(org-superstar-header-bullet (:foreground graphite-magenta :slant 'normal)) (org-superstar-header-bullet (:foreground hazakura-magenta :slant 'normal))
;; Markdown ;; Markdown
(markdown-code-face (:inherit 'default :foreground graphite-yellow)) (markdown-code-face (:inherit 'default :foreground hazakura-yellow))
(markdown-header-face (:foreground graphite-magenta :weight 'bold)) (markdown-header-face (:foreground hazakura-magenta :weight 'bold))
;; Vertico ;; Vertico
(vertico-current (:background bg-light)) (vertico-current (:background bg-light))
;; Minibuffer prompt ;; Minibuffer prompt
(minibuffer-prompt (:foreground graphite-magenta)) (minibuffer-prompt (:foreground hazakura-magenta))
;; Orderless ;; Orderless
(orderless-match-face-0 (:foreground graphite-yellow)) (orderless-match-face-0 (:foreground hazakura-yellow))
(orderless-match-face-1 (:foreground graphite-green)) (orderless-match-face-1 (:foreground hazakura-green))
(orderless-match-face-2 (:foreground graphite-blue)) (orderless-match-face-2 (:foreground hazakura-blue))
(orderless-match-face-3 (:foreground graphite-cyan)) (orderless-match-face-3 (:foreground hazakura-cyan))
;; which-key ;; which-key
(which-key-command-description-face (:foreground fg)) (which-key-command-description-face (:foreground fg))
;; Dired ;; Dired
(diredfl-read-priv (:foreground graphite-yellow)) (diredfl-read-priv (:foreground hazakura-yellow))
(diredfl-dir-heading (:foreground graphite-magenta :weight 'bold)) (diredfl-dir-heading (:foreground hazakura-magenta :weight 'bold))
(diredfl-dir-priv (:foreground graphite-blue)) (diredfl-dir-priv (:foreground hazakura-blue))
(diredfl-no-priv (:foreground fg-dark)) (diredfl-no-priv (:foreground fg-dark))
(diredfl-write-priv (:foreground graphite-red)) (diredfl-write-priv (:foreground hazakura-red))
(diredfl-exec-priv (:foreground graphite-green)) (diredfl-exec-priv (:foreground hazakura-green))
(diredfl-dir-name (:foreground graphite-magenta)) (diredfl-dir-name (:foreground hazakura-magenta))
(diredfl-file-name (:foreground fg)) (diredfl-file-name (:foreground fg))
(diredfl-file-suffix (:foreground graphite-yellow)) (diredfl-file-suffix (:foreground hazakura-yellow))
(diredfl-date-time (:foreground graphite-blue)) (diredfl-date-time (:foreground hazakura-blue))
;; Evil ;; Evil
(evil-ex-info (:foreground graphite-red)) (evil-ex-info (:foreground hazakura-red))
(evil-ex-lazy-highlight (:background highlight)) (evil-ex-lazy-highlight (:background highlight))
(evil-ex-substitute-matches (:strike-through t :weight 'bold :foreground graphite-yellow)) (evil-ex-substitute-matches (:strike-through t :weight 'bold :foreground hazakura-yellow))
(evil-ex-substitute-replacement (:foreground graphite-red :weight 'bold)) (evil-ex-substitute-replacement (:foreground hazakura-red :weight 'bold))
;; Eglot ;; Eglot
(eglot-highlight-symbol-face (:foreground graphite-blue)) (eglot-highlight-symbol-face (:foreground hazakura-blue))
;; Rustic ;; Rustic
(rustic-compilation-error (:foreground graphite-red)) (rustic-compilation-error (:foreground hazakura-red))
(rustic-compilation-warning (:foreground graphite-yellow)) (rustic-compilation-warning (:foreground hazakura-yellow))
(rustic-compilation-column (:foreground fg-dark)) (rustic-compilation-column (:foreground fg-dark))
(rustic-compilation-line (:foreground fg-dark)) (rustic-compilation-line (:foreground fg-dark))
;; Git ;; Git
(git-commit-summary (:foreground graphite-green)) (git-commit-summary (:foreground hazakura-green))
(git-commit-overlong-summary (:foreground graphite-red)) (git-commit-overlong-summary (:foreground hazakura-red))
;; Magit ;; Magit
(magit-header-line (:foreground graphite-cyan :weight 'bold :background bg)) (magit-header-line (:foreground hazakura-cyan :weight 'bold :background bg))
(magit-diff-file-heading-highlight (:foreground graphite-yellow :weight 'bold)) (magit-diff-file-heading-highlight (:foreground hazakura-yellow :weight 'bold))
(magit-section-highlight (:foreground graphite-blue :weight 'bold)) (magit-section-highlight (:foreground hazakura-blue :weight 'bold))
(magit-section-heading (:foreground graphite-magenta)) (magit-section-heading (:foreground hazakura-magenta))
(magit-head (:foreground graphite-blue)) (magit-head (:foreground hazakura-blue))
(magit-hash (:foreground fg-dark-alt)) (magit-hash (:foreground fg-dark-alt))
(magit-header-line (:foreground graphite-yellow)) (magit-header-line (:foreground hazakura-yellow))
(magit-branch-current (:foreground graphite-blue)) (magit-branch-current (:foreground hazakura-blue))
(magit-branch-local (:foreground graphite-blue)) (magit-branch-local (:foreground hazakura-blue))
(magit-branch-remote (:foreground graphite-cyan)) (magit-branch-remote (:foreground hazakura-cyan))
(magit-diff-added (:foreground graphite-green :background bg :slant 'italic)) (magit-diff-added (:foreground hazakura-green :background bg :slant 'italic))
(magit-diff-context (:foreground fg-dark :background bg :slant 'italic)) (magit-diff-context (:foreground fg-dark :background bg :slant 'italic))
(magit-diff-removed (:foreground graphite-red :background bg :slant 'italic)) (magit-diff-removed (:foreground hazakura-red :background bg :slant 'italic))
(magit-diff-hunk-heading-highlight (:background bg-dark :foreground graphite-magenta :weight 'bold)) (magit-diff-hunk-heading-highlight (:background bg-dark :foreground hazakura-magenta :weight 'bold))
(magit-diff-hunk-heading (:background bg-dark :foreground fg-dark)) (magit-diff-hunk-heading (:background bg-dark :foreground fg-dark))
(magit-diff-added-highlight (:background bg-dark :foreground graphite-green :slant 'italic)) (magit-diff-added-highlight (:background bg-dark :foreground hazakura-green :slant 'italic))
(magit-diff-context-highlight (:background bg-dark :foreground fg :slant 'italic)) (magit-diff-context-highlight (:background bg-dark :foreground fg :slant 'italic))
(magit-diff-removed-highlight (:background bg-dark :foreground graphite-red :slant 'italic)) (magit-diff-removed-highlight (:background bg-dark :foreground hazakura-red :slant 'italic))
;; Flycheck ;; Flycheck
(flycheck-inline-info (:foreground graphite-yellow)) (flycheck-inline-info (:foreground hazakura-yellow))
(flycheck-inline-warning (:foreground graphite-magenta)) (flycheck-inline-warning (:foreground hazakura-magenta))
(flycheck-inline-error (:foreground graphite-red)) (flycheck-inline-error (:foreground hazakura-red))
(flycheck-fringe-warning (:foreground graphite-magenta)) (flycheck-fringe-warning (:foreground hazakura-magenta))
(flycheck-fringe-error (:foreground graphite-red)) (flycheck-fringe-error (:foreground hazakura-red))
(flycheck-fringe-info (:foreground graphite-yellow)) (flycheck-fringe-info (:foreground hazakura-yellow))
(flycheck-warning (:underline (:style 'wave :color graphite-magenta))) (flycheck-warning (:underline (:style 'wave :color hazakura-magenta)))
(flycheck-info (:underline (:style 'wave :color graphite-yellow))) (flycheck-info (:underline (:style 'wave :color hazakura-yellow)))
(flycheck-error (:underline (:style 'wave :color graphite-red))))) (flycheck-error (:underline (:style 'wave :color hazakura-red)))))
;;;###autoload ;;;###autoload
(and load-file-name (and load-file-name
@ -192,6 +192,6 @@
(file-name-as-directory (file-name-as-directory
(file-name-directory load-file-name)))) (file-name-directory load-file-name))))
(provide-theme 'graphite) (provide-theme 'hazakura)
;;; graphite-theme.el ends here ;;; hazakura-theme.el ends here