diff options
| author | 2021-02-15 16:17:54 -0800 | |
|---|---|---|
| committer | 2021-02-15 16:17:54 -0800 | |
| commit | a41f29236f5545ac9b5eaf29ab7df8acd3f8a363 (patch) | |
| tree | b99abc3b77fe1aa5b09879a9c198d086271deca4 | |
| parent | 4c4b29f346aef0ed622a592e0fa2310d389ea521 (diff) | |
| download | yoshi-theme-a41f29236f5545ac9b5eaf29ab7df8acd3f8a363.tar.gz yoshi-theme-a41f29236f5545ac9b5eaf29ab7df8acd3f8a363.zip | |
Add horizontal padding around ‘org-code’ and inherit ‘fixed-pitch’
| -rw-r--r-- | yoshi-theme.el | 2 |
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)))) |
