egirlskey/packages/frontend/src/themes/d-persimmon.json5

26 lines
460 B
Plaintext
Raw Normal View History

2020-10-19 04:17:11 +00:00
{
id: 'c503d768-7c70-4db2-a4e6-08264304bc8d',
2021-10-21 21:28:01 +00:00
name: 'Mi Persimmon Dark',
2020-10-19 04:17:11 +00:00
author: 'syuilo',
base: 'dark',
props: {
accent: 'rgb(206, 102, 65)',
bg: 'rgb(31, 33, 31)',
2020-10-19 04:17:11 +00:00
fg: '#cdd8c7',
fgHighlighted: '#fff',
divider: 'rgba(255, 255, 255, 0.14)',
panel: 'rgb(41, 43, 41)',
infoFg: '@fg',
infoBg: '#333c3b',
2020-12-12 04:09:40 +00:00
navBg: '#141714',
2020-10-19 04:17:11 +00:00
renote: '@accent',
mention: '@accent',
mentionMe: '#de6161',
hashtag: '#68bad0',
link: '#a1c758',
},
}