diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 8e089f5..b6e7273 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -381,9 +381,10 @@ `(org-agenda-date-weekend ((t (:foreground ,fgcyan)))) `(org-agenda-done ((t (:foreground ,fgorange)))) `(org-agenda-structure ((t (:foreground ,fgblue)))) + `(org-block ((t (:foreground ,fgdefault :background ,bgdim :inherit unspecified)))) `(org-block-background ((t (:background ,bgdim)))) - `(org-block-begin-line ((t (:foreground ,fgdefault :slant unspecified :underline ,fgdim)))) - `(org-block-end-line ((t (:foreground ,fgdefault :slant unspecified :overline ,fgdim)))) + `(org-block-begin-line ((t (:foreground ,fgdefault :slant unspecified :background ,bgbright)))) + `(org-block-end-line ((t (:foreground ,fgdefault :slant unspecified :background ,bgbright)))) `(org-checkbox-statistics-done ((t (:foreground ,bgcyan)))) `(org-checkbox-statistics-todo ((t (:foreground ,fgcyan)))) `(org-date ((t (:foreground ,fgpink :underline unspecified)))) |
