mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-22 18:48:34 +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(30, 30, 30)',
|
|
bg: 'rgb(0, 0, 0)',
|
|
fg: 'rgb(255, 255, 255)',
|
|
infoFg: '@accent',
|
|
infoBg: 'rgb(0, 0, 0)',
|
|
header: 'rgb(37, 37, 37)',
|
|
mention: '@accent',
|
|
hashtag: '@accent',
|
|
link: '@accent',
|
|
renote: 'rgb(118, 179, 40)',
|
|
},
|
|
}
|