Sharkey/src/client/themes/city.json5

23 lines
394 B
Plaintext
Raw Normal View History

2020-07-04 18:38:50 +00:00
{
id: '8e4aa0ab-a439-43c8-b67d-16d5c03936de',
name: 'City',
author: 'Zheneha',
base: 'dark',
props: {
accent: 'rgb(255, 153, 0)',
2020-07-05 14:30:23 +00:00
panel: 'rgb(30, 30, 30)',
2020-07-04 18:38:50 +00:00
bg: 'rgb(0, 0, 0)',
2020-07-05 14:30:23 +00:00
fg: 'rgb(255, 255, 255)',
2020-07-04 18:38:50 +00:00
infoFg: '@accent',
infoBg: 'rgb(0, 0, 0)',
2020-07-05 14:30:23 +00:00
header: 'rgb(37, 37, 37)',
2020-07-04 18:38:50 +00:00
mention: '@accent',
hashtag: '@accent',
link: '@accent',
renote: 'rgb(118, 179, 40)',
},
}