branch: elpa/material-theme
commit f0c6fd2db51f964a84655f9cb0fbefa5d4c0c95f
Merge: 3999ccf 34ec83b
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Merge branch 'master' of github.com:cpaulik/emacs-material-theme
---
 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 1dcd8f0..c5688cf 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -54,8 +54,8 @@
        (foreground "#212121")
        (comment "#607d8b") ;; table-row
        (red "#B71C1C") ;; tab-control-hover-tab-close-button
-       (orange "#ff9800") ;; darker tab-control-dirty-tab-close-butto
-       (yellow "#fbc02d") ;; tab-control-dirty-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