From f5222e03f3badb47fac3fd35c68be8da320a69f6 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 27 Feb 2020 11:34:57 +0100 Subject: [PATCH] Fixed palette colors in HTML templates to match new shades --- src/partials/palette.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/partials/palette.html b/src/partials/palette.html index 307985305..ddef6da3a 100644 --- a/src/partials/palette.html +++ b/src/partials/palette.html @@ -32,11 +32,11 @@ "cyan": "#00bcd4", "teal": "#009688", "green": "#4caf50", - "light-green": "#7cb342", - "lime": "#c0ca33", - "yellow": "#f9a825", - "amber": "#ffa000", - "orange": "#fb8c00", + "light-green": "#8bc34a", + "lime": "#cddc39", + "yellow": "#ffee58", + "amber": "#ffc107", + "orange": "#ffa726", "deep-orange": "#ff7043", "brown": "#795548", "grey": "#757575",