fix: improve color contrast on lighter variants

This commit is contained in:
Mattia Astorino 2020-08-03 09:36:12 +02:00
parent b43d90ee7e
commit d8d6647930
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
2 changed files with 4 additions and 4 deletions

View file

@ -38,12 +38,12 @@ export default {
black: '#000000',
red: '#E53935',
orange: '#F76D47',
yellow: '#FFB62C',
yellow: '#E2931D',
green: '#91B859',
cyan: '#39ADB5',
blue: '#6182B8',
paleblue: '#8796B0',
purple: '#7C4DFF',
purple: '#9C3EDA',
brown: '#916b53',
pink: '#FF5370',
violet: '#945EB8'

View file

@ -38,12 +38,12 @@ export default {
black: '#000000',
red: '#E53935',
orange: '#F76D47',
yellow: '#FFB62C',
yellow: '#E2931D',
green: '#91B859',
cyan: '#39ADB5',
blue: '#6182B8',
paleblue: '#8796B0',
purple: '#7C4DFF',
purple: '#9C3EDA',
brown: '#916b53',
pink: '#FF5370',
violet: '#945EB8'