mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 18:43:10 +02:00
0e4a111f81
Resolve #7779
26 lines
498 B
Text
26 lines
498 B
Text
{
|
|
id: '8050783a-7f63-445a-b270-36d0f6ba1677',
|
|
|
|
name: 'Mi Dark',
|
|
author: 'syuilo',
|
|
desc: 'Default light theme',
|
|
|
|
base: 'dark',
|
|
|
|
props: {
|
|
bg: '#232323',
|
|
fg: 'rgb(199, 209, 216)',
|
|
fgHighlighted: '#fff',
|
|
divider: 'rgba(255, 255, 255, 0.14)',
|
|
panel: '#2d2d2d',
|
|
panelHeaderBg: '@panel',
|
|
panelHeaderDivider: '@divider',
|
|
header: ':alpha<0.7<@panel',
|
|
navBg: '#363636',
|
|
renote: '@accent',
|
|
mention: '#da6d35',
|
|
mentionMe: '#d44c4c',
|
|
hashtag: '#4cb8d4',
|
|
link: '@accent',
|
|
},
|
|
}
|