22 lines
415 B
Text
22 lines
415 B
Text
|
{
|
||
|
id: 'ac168876-f737-4074-a3fc-a370c732ef48',
|
||
|
|
||
|
name: 'Mi Cherry Light',
|
||
|
author: 'syuilo',
|
||
|
|
||
|
base: 'light',
|
||
|
|
||
|
props: {
|
||
|
accent: 'rgb(219, 96, 114)',
|
||
|
bg: 'rgb(254, 248, 249)',
|
||
|
fg: 'rgb(152, 13, 26)',
|
||
|
panel: 'rgb(255, 255, 255)',
|
||
|
renote: '@accent',
|
||
|
link: 'rgb(156, 187, 5)',
|
||
|
mention: '@accent',
|
||
|
hashtag: '@accent',
|
||
|
divider: 'rgba(134, 51, 51, 0.1)',
|
||
|
inputBorderHover: 'rgb(238, 221, 222)',
|
||
|
},
|
||
|
}
|