1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-26 04:28:21 +09:00
cherrypick/src/client/theme/monokai.json5

27 lines
438 B
Plaintext
Raw Normal View History

2018-12-30 09:21:23 +09:00
{
id: 'fef11dc4-6b17-436e-b374-73282c44ddc0',
name: 'Monokai',
author: 'syuilo',
base: 'dark',
vars: {
primary: '#f92672',
secondary: '#272822',
text: '#f8f8f2',
},
props: {
renoteGradient: '#3f500f',
renoteText: '#a6e22e',
quoteBorder: '#a6e22e',
mfmMention: '#ae81ff',
2018-12-30 13:19:06 +09:00
mfmMentionForeground: '#fff',
2018-12-30 09:21:23 +09:00
mfmUrl: '#66d9ef',
mfmLink: '#e6db74',
2018-12-31 01:15:32 +09:00
mfmHashtag: '#fd971f',
notificationIndicator: '#66d9ef',
2018-12-30 09:21:23 +09:00
},
}