emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme 67a496c 117/118: Merge pull request #50 fro


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 67a496c 117/118: Merge pull request #50 from ransomts/master
Date: Thu, 21 Oct 2021 18:06:33 -0400 (EDT)

branch: elpa/material-theme
commit 67a496c937542f6ee7c4a2164d23f0296ef3a645
Merge: bd5b244 40b61ec
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #50 from ransomts/master
    
    add extend keyboard for org block background
---
 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]