Config: optimize dired and theme, add workspace config

This commit is contained in:
User
2026-04-06 23:49:09 +08:00
parent 4ba92e459f
commit 0139328623
9 changed files with 90 additions and 29 deletions

View File

@@ -31,6 +31,10 @@
`(dashboard-footer-face ((,class (:foreground ,blue))))
`(dashboard-text-banner ((,class (:foreground ,green))))
`(dashboard-heading ((,class (:foreground ,green :weight bold))))
`(dirvish-file-time ((,class (:foreground ,base01))))
`(dired-header ((,class (:foreground ,green))))
`(mode-line ((,class (:foreground ,base0 :background ,base02))))
`(mode-line-inactive ((,class (:foreground ,base01 :background ,base03))))
`(vertico-current ((,class (:background ,base02 :extend t :underline nil)))))))
(provide-theme 'my-base16-dark)