mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-22 10:38:04 +09:00
81b2fa2075
This reverts commit 6953fceade5fe8a6e0cb83a10f977c0643663b91.
23 lines
419 B
Plaintext
23 lines
419 B
Plaintext
{
|
|
id: '0ff48d43-aab3-46e7-ab12-8492110d2e2b',
|
|
|
|
name: 'Mi Apricot Light',
|
|
author: 'syuilo',
|
|
|
|
base: 'light',
|
|
|
|
props: {
|
|
accent: 'rgb(234, 154, 82)',
|
|
bg: '#e6e5e2',
|
|
fg: 'rgb(149, 143, 139)',
|
|
panel: '#EEECE8',
|
|
renote: '@accent',
|
|
link: '@accent',
|
|
mention: '@accent',
|
|
hashtag: '@accent',
|
|
inputBorder: 'rgba(0, 0, 0, 0.1)',
|
|
inputBorderHover: 'rgba(0, 0, 0, 0.2)',
|
|
infoBg: 'rgb(226, 235, 241)',
|
|
},
|
|
}
|