branch: elpa/material-theme
commit 40b61eca7b2901b43834b1120613f37c84fe5d23
Author: Tim Ransom <[email protected]>
Commit: Tim Ransom <[email protected]>
add extend keyboard for org block background
see:
https://lists.gnu.org/archive/html/emacs-devel/2019-08/msg00132.html
for discussion
---
material-light-theme.el | 9 ++++-----
material-theme.el | 8 ++++----
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index 86d02bf..0842f5d 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -465,8 +465,8 @@
`(org-agenda-date ((,class (:foreground ,blue :underline nil))))
`(org-agenda-done ((,class (:foreground ,green))))
`(org-agenda-dimmed-todo-face ((,class (:foreground ,comment))))
- `(org-block ((,class (:foreground ,foreground :background ,"#EFEBE9"))))
- `(org-block-background ((,t (:background ,"#EFEBE9"))))
+ `(org-block ((,class (:foreground ,foreground :background ,"#EFEBE9"
:extend t))))
+ `(org-block-background ((,t (:background ,"#EFEBE9" :extend t))))
`(org-code ((,class (:foreground ,foreground :background ,"#EFEBE9"))))
`(org-column ((,class (:background ,current-line))))
`(org-column-title ((,class (:inherit org-column :weight bold :underline
t))))
@@ -489,10 +489,9 @@
`(org-upcoming-deadline ((,class (:foreground ,orange))))
`(org-warning ((,class (:weight bold :foreground ,red))))
`(org-block-begin-line ((,class (:foreground ,"#4e342e" :background
"#efebe9"
- :box (:style released-button)
- ))))
+ :box (:style released-button)
:extend t))))
`(org-block-end-line ((,class (:foreground ,"#4e342e" :background "#efebe9"
- :box (:style released-button)))))
+ :box (:style released-button)
:extend t))))
`(org-kbd ((,class (:background ,inactive-gray :foreground ,foreground
:box (:line-width 1 :color nil :style
pressed-button)))))
diff --git a/material-theme.el b/material-theme.el
index 0c7b1f7..8662b10 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -482,8 +482,8 @@
`(org-agenda-date ((,class (:foreground ,blue :underline nil))))
`(org-agenda-done ((,class (:foreground ,green))))
`(org-agenda-dimmed-todo-face ((,class (:foreground ,comment))))
- `(org-block ((,class (:foreground ,green :background ,far-background))))
- `(org-block-background ((,t (:background ,far-background))))
+ `(org-block ((,class (:foreground ,green :background ,far-background
:extend t))))
+ `(org-block-background ((,t (:background ,far-background :extend t))))
`(org-code ((,class (:foreground ,green :background ,far-background))))
`(org-column ((,class (:background ,current-line))))
`(org-column-title ((,class (:inherit org-column :weight bold :underline
t))))
@@ -506,9 +506,9 @@
`(org-upcoming-deadline ((,class (:foreground ,orange))))
`(org-warning ((,class (:weight bold :foreground ,red))))
`(org-block-begin-line ((,class (:foreground ,"#b3e5fc" :background
"#1e2930"
- :box (:style
released-button)))))
+ :box (:style released-button)
:extend t))))
`(org-block-end-line ((,class (:foreground ,"#b3e5fc" :background "#1e2930"
- :box (:style released-button)))))
+ :box (:style released-button)
:extend t))))
`(org-kbd ((,class (:background ,inactive-gray :foreground ,foreground
:box (:line-width 1 :color nil :style
pressed-button)))))