Config: optimize completion config and custom theme color

This commit is contained in:
User
2026-04-02 06:30:29 +08:00
parent be6c0eb5e1
commit ac82a344c9
4 changed files with 9 additions and 7 deletions

View File

@@ -24,7 +24,8 @@
`(org-level-8 ((,class (:foreground ,green))))
`(org-priority ((,class (:foreground ,blue :weight bold))))
`(org-done ((,class (:foreground ,blue :weight bold))))
`(org-headline-done ((,class (:foreground ,blue)))))))
`(org-headline-done ((,class (:foreground ,blue))))
`(vertico-current ((,class (:background ,base02 :extend t :underline nil)))))))
(provide-theme 'my-base16-dark)