Config: add light version of my-base16 theme.

This commit is contained in:
User
2026-04-29 11:26:01 +08:00
parent 4d810f270f
commit ea9e3da60b
6 changed files with 66 additions and 51 deletions

View File

@@ -24,7 +24,10 @@
`(org-level-8 ((,class (:foreground ,blue))))
`(org-done ((,class (:foreground ,green :weight bold))))
`(org-headline-done ((,class (:foreground ,green))))
`(org-block-begin-line ((,class (:foreground ,base01 :underline t :slant italic :extend t))))
`(org-block-end-line ((,class (:foreground ,base01 :overline t :slant italic :extend t))))
`(org-priority ((,class (:foreground ,green :weight bold))))
`(org-checkbox ((,class (:foreground ,base0 :weight bold))))
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))
`(font-lock-string-face ((,class (:foreground ,green))))