mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 01:16:27 +01:00
d3fe02fb3e
* wip * wip * wip * wip * Update default.sidebar.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update sticky-sidebar.ts * wip * wip * Update messaging-room.form.vue * Update timeline.vue
21 lines
390 B
Text
21 lines
390 B
Text
{
|
|
id: '4eea646f-7afa-4645-83e9-83af0333cd37',
|
|
|
|
name: 'Mi Light',
|
|
author: 'syuilo',
|
|
desc: 'Default light theme',
|
|
|
|
base: 'light',
|
|
|
|
props: {
|
|
bg: '#f9f9f9',
|
|
fg: '#676767',
|
|
divider: 'rgb(223, 223, 223)',
|
|
header: ':alpha<0.7<@panel',
|
|
navBg: '#fff',
|
|
panel: '#fff',
|
|
panelShadow: '" 0 8px 24px rgb(21 43 75 / 8%)',
|
|
panelHeaderDivider: '@divider',
|
|
messageBg: '#dedede',
|
|
},
|
|
}
|