From a41f29236f5545ac9b5eaf29ab7df8acd3f8a363 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Feb 2021 16:17:54 -0800 Subject: [PATCH] =?UTF-8?q?Add=20horizontal=20padding=20around=20=E2=80=98?= =?UTF-8?q?org-code=E2=80=99=20and=20inherit=20=E2=80=98fixed-pitch?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))