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

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

[nongnu] elpa/material-theme 34ec83b 069/118: make yellow, orange and re


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 34ec83b 069/118: make yellow, orange and red darker
Date: Thu, 21 Oct 2021 18:06:22 -0400 (EDT)

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

    make yellow, orange and red darker
---
 material-light-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index a346432..7f22312 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -53,9 +53,9 @@
        (secondary-selection "#bf616a") ;; tab-control-hover-tab-close-button
        (foreground "#212121")
        (comment "#607d8b") ;; table-row
-       (red "#FF5722") ;; tab-control-hover-tab-close-button
-       (orange "#ff9800") ;; darker tab-control-dirty-tab-close-butto
-       (yellow "#fbc02d") ;; tab-control-dirty-tab-close-button
+       (red "#D54315") ;; tab-control-hover-tab-close-button
+       (orange "#FF5722") ;; darker tab-control-dirty-tab-close-butto
+       (yellow "#FFA000") ;; tab-control-dirty-tab-close-button
        (green "#558b2f") ;; complement tab-control-dirty-tab-close-button
        (aqua "#00796b") ;; lighter complement 
tab-control-dirty-tab-close-button
        (blue "#2196f3") ;; complement tab-control-dirty-tab-close-button
@@ -77,7 +77,7 @@
    `(font-lock-function-name-face ((,class (:foreground ,"#0097A7"))))
    `(font-lock-keyword-face ((,class (:foreground ,aqua))))
    `(font-lock-negation-char-face ((,class (:foreground ,blue))))
-   `(font-lock-preprocessor-face ((,class (:foreground "gold"))))
+   `(font-lock-preprocessor-face ((,class (:foreground ,yellow))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground ,purple))))
    `(font-lock-string-face ((,class (:foreground "#689f38"))))



reply via email to

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