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

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

[nongnu] elpa/material-theme 3407649 048/118: make highlight a little mo


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 3407649 048/118: make highlight a little more subtle
Date: Thu, 21 Oct 2021 18:06:18 -0400 (EDT)

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

    make highlight a little more subtle
---
 material-light-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 1bf777b..a09007b 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -44,7 +44,7 @@
        (256color (eq (display-color-cells (selected-frame)) 256))
 
        (background (if window-system "#FAFAFA" "#FAFAFA")) ;; sidebar-container
-       (current-line (if window-system  "#cfd8dc" "#cfd8dc")) ;; tree-row
+       (current-line (if window-system  "#ECEFF1" "#dadada")) ;; 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"))
@@ -410,7 +410,7 @@
    `(org-level-1 ((,class (:inherit nil
                          :overline ,"#b0bec5"
                          :foreground ,"#424242"
-                         :background ,current-line
+                         :background ,inactive-gray
                          :weight bold
                          :height 1.3))))
    `(org-level-2 ((,class (:inherit nil
@@ -541,7 +541,7 @@
    `(company-tooltip-selection ((,class (:weight bold :foreground ,foreground 
:background ,far-background))))
 
    ;; Powerline
-   `(powerline-active1 ((t (:foreground ,foreground :background 
,current-line))))
+   `(powerline-active1 ((t (:foreground ,foreground :background 
,inactive-gray))))
    `(powerline-active2 ((t (:foreground ,foreground :background 
,inactive-gray))))
    `(powerline-inactive1 ((t (:foreground ,comment :background ,selection))))
    `(powerline-inactive2 ((t (:foreground ,comment :background ,selection))))



reply via email to

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