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

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

[nongnu] elpa/material-theme f138b0e 043/118: fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme f138b0e 043/118: fix typo
Date: Thu, 21 Oct 2021 18:06:16 -0400 (EDT)

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

    fix typo
---
 material-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index d1e0788..744e6be 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -47,7 +47,7 @@
        (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"))
+       (header-color (if window-system "#C8E6C9" "#5f5f5f"))
        (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



reply via email to

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