PolymerThemes / polymer-themes

http://polymerthemes.com/
BSD 3-Clause "New" or "Revised" License
31 stars 4 forks source link

Polymer --accent-color is not updated #13

Open raffaeu opened 7 years ago

raffaeu commented 7 years ago

I have check multiple themes like Technology, Ice and denim and they all have the same bug. Polymer theme must provide the variables available in the Material Design guidelines, customized by theme like these one:

  --default-primary-color: #90a4ae;
  --dark-primary-color: #484e6e;
  --light-primary-color: #c5cae9;
  --text-primary-color: #ffffff;
  --accent-color: #ff4081;
  --primary-background-color: #ffffff;
  --primary-text-color: #bdced7;
  --secondary-text-color: #edf1f4;
  --disabled-text-color: black;
  --divider-color: #e0e0e0;

The one named --accent-color has always the same value #ff4081 which is "pink" so I am sure is a copy/paste mistake because can't be that pink is the accent color for all themes.