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

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

[nongnu] elpa/material-theme 45f4b2b 045/118: fix material-light termina


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 45f4b2b 045/118: fix material-light terminal
Date: Thu, 21 Oct 2021 18:06:17 -0400 (EDT)

branch: elpa/material-theme
commit 45f4b2b7b4180acdced61132e0f6abf561dda7e3
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    fix material-light terminal
---
 material-light-theme.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 744e6be..7f90798 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -43,11 +43,11 @@
 (let* ((class '((class color) (min-colors 89)))
        (256color (eq (display-color-cells (selected-frame)) 256))
 
-       (background (if window-system "#FAFAFA" "#262626")) ;; sidebar-container
-       (current-line (if window-system  "#cfd8dc" "#3a3a3a")) ;; tree-row
-       (far-background (if window-system  "#e0f7fa" "#121212")) ;; 
panel-control
-       (inactive-gray (if window-system "#cfd8dc" "#8a8a8a"))
-       (header-color (if window-system "#C8E6C9" "#5f5f5f"))
+       (background (if window-system "#FAFAFA" "#FAFAFA")) ;; sidebar-container
+       (current-line (if window-system  "#cfd8dc" "#cfd8dc")) ;; tree-row
+       (far-background (if window-system  "#e0f7fa" "#e0f7fa")) ;; 
panel-control
+       (inactive-gray (if window-system "#cfd8dc" "#cfd8dc"))
+       (header-color (if window-system "#C8E6C9" "#C8E6C9"))
        (subtle "#a7adba") ;; tree-row-hover-disclosure-button-control
        (selection "#90A4AE") ;; tab-control-dirty-tab-close-button
        (secondary-selection "#bf616a") ;; tab-control-hover-tab-close-button
@@ -404,7 +404,7 @@
    `(org-warning ((,class (:weight bold :foreground ,red))))
    `(org-block-begin-line ((,class (:foreground ,"#4e342e" :background 
"#efebe9" :underline ,"#a1887f"))))
    `(org-block-end-line ((,class (:foreground ,"#4e342e" :background "#efebe9" 
:overline ,"#a1887f"))))
-   `(org-kbd ((,class (:background ,inactive-gray :foreground ,foreground 
:before-text " "
+   `(org-kbd ((,class (:background ,inactive-gray :foreground ,foreground
                                    :box (:line-width 1 :color nil :style 
pressed-button)))))
 
    `(org-level-1 ((,class (:inherit nil



reply via email to

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