mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-23 11:08:36 +09:00
23 lines
394 B
Plaintext
23 lines
394 B
Plaintext
|
{
|
||
|
id: '8e4aa0ab-a439-43c8-b67d-16d5c03936de',
|
||
|
|
||
|
name: 'City',
|
||
|
author: 'Zheneha',
|
||
|
|
||
|
base: 'dark',
|
||
|
|
||
|
props: {
|
||
|
accent: 'rgb(255, 153, 0)',
|
||
|
panel: 'rgb(22, 22, 22)',
|
||
|
bg: 'rgb(0, 0, 0)',
|
||
|
fg: 'rgb(240, 240, 240)',
|
||
|
infoFg: '@accent',
|
||
|
infoBg: 'rgb(0, 0, 0)',
|
||
|
header: 'rgb(27, 27, 27)',
|
||
|
mention: '@accent',
|
||
|
hashtag: '@accent',
|
||
|
link: '@accent',
|
||
|
renote: 'rgb(118, 179, 40)',
|
||
|
},
|
||
|
}
|