mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add some org faces
This commit is contained in:
parent
4655dfba11
commit
41af262925
1 changed files with 3 additions and 0 deletions
|
@ -241,6 +241,9 @@
|
||||||
`(org-agenda-date-today ((t (:foreground ,cyan5 :slant italic))))
|
`(org-agenda-date-today ((t (:foreground ,cyan5 :slant italic))))
|
||||||
`(org-agenda-date-weekend ((t (:foreground ,cyan5))))
|
`(org-agenda-date-weekend ((t (:foreground ,cyan5))))
|
||||||
`(org-agenda-structure ((t (:foreground ,blue5))))
|
`(org-agenda-structure ((t (:foreground ,blue5))))
|
||||||
|
`(org-block-background ((t (:background "#222222"))))
|
||||||
|
`(org-block-begin-line ((t (:foreground ,gray5 :background "#333333" :slant unspecified :underline ,gray3))))
|
||||||
|
`(org-block-end-line ((t (:foreground ,gray5 :background "#333333" :slant unspecified :overline ,gray3))))
|
||||||
`(org-checkbox-statistics-done ((t (:foreground ,cyan2))))
|
`(org-checkbox-statistics-done ((t (:foreground ,cyan2))))
|
||||||
`(org-checkbox-statistics-todo ((t (:foreground ,cyan5))))
|
`(org-checkbox-statistics-todo ((t (:foreground ,cyan5))))
|
||||||
`(org-date ((t (:foreground ,pink5 :underline unspecified))))
|
`(org-date ((t (:foreground ,pink5 :underline unspecified))))
|
||||||
|
|
Loading…
Reference in a new issue