aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-01-31 22:05:11 -0800
committerGravatar Tom Willemse2021-01-31 22:05:11 -0800
commitaf60ee88e26fe4d57ddbc2afea5b0e32c6a1e81d (patch)
tree84c6831ec5ed3c01df7a575941c6cd379546533e /yoshi-theme.el
parentc99b35bddb57bc2fc93eb80371f298f976a4a88e (diff)
downloadyoshi-theme-af60ee88e26fe4d57ddbc2afea5b0e32c6a1e81d.tar.gz
yoshi-theme-af60ee88e26fe4d57ddbc2afea5b0e32c6a1e81d.zip
Add ‘org-code’ face
Diffstat (limited to 'yoshi-theme.el')
-rw-r--r--yoshi-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index a1e7f68..405cd68 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -409,6 +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-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground ,yoshi-4))))