diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index c5890f6..5019868 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -383,8 +383,8 @@ `(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 :background ,bgbright)))) - `(org-block-end-line ((t (:foreground ,fgdefault :slant unspecified :background ,bgbright)))) + `(org-block-begin-line ((t (:foreground ,fgdim :slant unspecified :background ,bgbright :height 0.71)))) + `(org-block-end-line ((t (:foreground ,fgdim :slant unspecified :background ,bgdim :height 0.71)))) `(org-checkbox-statistics-done ((t (:foreground ,bgcyan)))) `(org-checkbox-statistics-todo ((t (:foreground ,fgcyan)))) `(org-date ((t (:foreground ,fgpink :underline unspecified)))) |
