chore: palette revision 1

This commit is contained in:
Patrick Keenan 2022-01-09 00:04:24 -08:00 committed by pskfyi
parent 25a9c70663
commit 4bbdb03263
1 changed files with 11 additions and 11 deletions

View File

@ -8,31 +8,31 @@ export const state = () => ({
route: '/', route: '/',
label: 'fas fa-clock', label: 'fas fa-clock',
title: 'Timekeeping Instruments', title: 'Timekeeping Instruments',
darkColor: 'yellow-600', darkColor: 'amber-900',
lightColor: 'yellow-200', lightColor: 'amber-200',
locked: false, locked: false,
}, },
{ {
route: '/apprentices', route: '/apprentices',
label: 'fas fa-user-friends', label: 'fas fa-user-friends',
title: 'Apprentices', title: 'Apprentices',
darkColor: 'blue-600', darkColor: 'rose-900',
lightColor: 'blue-200', lightColor: 'rose-200',
locked: false, locked: false,
}, },
{ {
route: '/missions', route: '/missions',
label: 'fas fa-th-list', label: 'fas fa-th-list',
title: 'Missions', title: 'Missions',
darkColor: 'violet-600', darkColor: 'sky-900',
lightColor: 'violet-200', lightColor: 'sky-200',
locked: false, locked: false,
}, },
{ {
route: '/timemachine', route: '/timemachine',
label: 'fas fa-fast-forward', label: 'fas fa-fast-forward',
title: 'Time Machine', title: 'Time Machine',
darkColor: 'lime-600', darkColor: 'lime-900',
lightColor: 'lime-200', lightColor: 'lime-200',
locked: false, locked: false,
}, },
@ -40,16 +40,16 @@ export const state = () => ({
route: '/timemagic', route: '/timemagic',
label: 'fas fa-eye', label: 'fas fa-eye',
title: 'Time Magic', title: 'Time Magic',
darkColor: 'orange-600', darkColor: 'violet-900',
lightColor: 'orange-200', lightColor: 'violet-200',
locked: false, locked: false,
}, },
{ {
route: '/wisdom', route: '/wisdom',
label: 'fas fa-book-open', label: 'fas fa-book-open',
title: 'Wisdom', title: 'Wisdom',
darkColor: 'teal-600', darkColor: 'teal-900',
lightColor: 'teal-200', lightColor: 'teal-100',
locked: false, locked: false,
}, },
], ],