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