jormungandr-bite/src/client/theme/gruvbox-dark.json5

27 lines
542 B
Text
Raw Normal View History

2018-12-29 14:40:48 -07:00
{
id: '0c6e70e2-a1ec-4053-9b1a-b6082fe016cb',
2018-12-29 20:45:31 -07:00
name: 'Gruvbox Dark',
2018-12-29 14:40:48 -07:00
author: 'syuilo',
base: 'dark',
vars: {
2018-12-29 17:04:19 -07:00
primary: 'rgb(215, 153, 33)',
2018-12-29 14:40:48 -07:00
secondary: 'rgb(40, 40, 40)',
text: 'rgb(235, 219, 178)',
},
props: {
renoteGradient: '#58581e',
renoteText: 'rgb(169, 174, 36)',
quoteBorder: 'rgb(169, 174, 36)',
2018-12-29 19:58:26 -07:00
mfmMention: 'rgb(177, 98, 134)',
2018-12-29 21:19:06 -07:00
mfmMentionForeground: '#fff',
2018-12-29 19:58:26 -07:00
mfmUrl: 'rgb(69, 133, 136)',
mfmLink: 'rgb(104, 157, 106)',
2018-12-30 09:15:32 -07:00
mfmHashtag: 'rgb(251, 73, 52)',
notificationIndicator: 'rgb(184, 187, 38)',
2018-12-29 14:40:48 -07:00
},
}