branch: elpa/material-theme
commit 3999ccf05ad07283276a025927bf55f61c097d3c
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Make red redder and more distinct from orange
---
 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 a346432..1dcd8f0 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -53,7 +53,7 @@
        (secondary-selection "#bf616a") ;; tab-control-hover-tab-close-button
        (foreground "#212121")
        (comment "#607d8b") ;; table-row
-       (red "#FF5722") ;; tab-control-hover-tab-close-button
+       (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
        (green "#558b2f") ;; complement tab-control-dirty-tab-close-button

Reply via email to