mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add horizontal padding around ‘org-code’ and inherit ‘fixed-pitch’
This commit is contained in:
parent
4c4b29f346
commit
a41f29236f
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@
|
||||||
`(org-block-end-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-1 :height 0.71))))
|
`(org-block-end-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-1 :height 0.71))))
|
||||||
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
|
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
|
||||||
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
|
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
|
||||||
`(org-code ((t (:background ,yoshi-1 :box unspecified :inherit unspecified))))
|
`(org-code ((t (:background ,yoshi-1 :box (:line-width (5 . -1) :color ,yoshi-1) :inherit fixed-pitch))))
|
||||||
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
||||||
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
||||||
`(org-headline-done ((t (:foreground ,yoshi-4))))
|
`(org-headline-done ((t (:foreground ,yoshi-4))))
|
||||||
|
|
Loading…
Reference in a new issue