refactor: improve cross-platform and theme consistency

This commit is contained in:
User
2026-06-09 02:22:56 +08:00
parent b4733718d4
commit 75fff1e3a7
7 changed files with 27 additions and 15 deletions

View File

@@ -18,6 +18,7 @@
my-base16-light-core-palette
'((custom-theme-set-faces
theme-name
`(italic ((,class (:slant italic))))
`(org-level-1 ((,class (:foreground ,orange :height 1.0 :weight normal))))
`(org-level-2 ((,class (:foreground ,blue :height 1.0 :weight normal))))
`(org-level-3 ((,class (:foreground ,green :height 1.0 :weight normal))))
@@ -58,9 +59,9 @@
`(dired-async-mode-message ((,class (:foreground ,red))))
`(dired-async-message ((,class (:foreground ,yellow))))
`(consult-file ((,class (:foreground ,green))))
`(consult-notes-name ((,class (:foreground ,base01 :weight bold))))
`(consult-notes-time ((,class (:foreground ,base01 :weight thin))))
`(consult-notes-size ((,class (:foreground ,base01 :weight thin))))
`(consult-notes-name ((,class (:foreground ,base01))))
`(consult-notes-time ((,class (:foreground ,base01))))
`(consult-notes-size ((,class (:foreground ,base01))))
`(denote-faces-keywords ((,class (:foreground ,cyan))))
`(mode-line ((,class (:foreground ,base0 :background ,base02))))
`(mode-line-inactive ((,class (:foreground ,base01 :background ,base03))))