update colors

This commit is contained in:
Philipp Kühn
2021-02-05 10:15:32 +01:00
parent 8919d88f5b
commit a41d02b0f2

View File

@@ -113,13 +113,13 @@ export default {
getRandomColor() { getRandomColor() {
return getRandomElement([ return getRandomElement([
'#A975FF', '#958DF1',
'#FB5151', '#F98181',
'#FD9170', '#FBBC88',
'#FFCB6B', '#FAF594',
'#68CEF8', '#70CFF8',
'#80CBC4', '#94FADB',
'#9DEF8F', '#B9F18D',
]) ])
}, },