aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-15 16:17:54 -0800
committerGravatar Tom Willemse2021-02-15 16:17:54 -0800
commita41f29236f5545ac9b5eaf29ab7df8acd3f8a363 (patch)
treeb99abc3b77fe1aa5b09879a9c198d086271deca4
parent4c4b29f346aef0ed622a592e0fa2310d389ea521 (diff)
downloadyoshi-theme-a41f29236f5545ac9b5eaf29ab7df8acd3f8a363.tar.gz
yoshi-theme-a41f29236f5545ac9b5eaf29ab7df8acd3f8a363.zip
Add horizontal padding around ‘org-code’ and inherit ‘fixed-pitch’
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index e4ed5d1..e9519bf 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -409,7 +409,7 @@
`(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-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-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground ,yoshi-4))))