paricafe/src/client/theme/gruvbox-dark.json5

25 lines
463 B
Text
Raw Normal View History

2018-12-29 15:40:48 -06:00
{
id: '0c6e70e2-a1ec-4053-9b1a-b6082fe016cb',
name: 'gruvbox dark',
author: 'syuilo',
base: 'dark',
vars: {
2018-12-29 18:04:19 -06:00
primary: 'rgb(215, 153, 33)',
2018-12-29 15:40:48 -06: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 20:58:26 -06:00
mfmMention: 'rgb(177, 98, 134)',
mfmUrl: 'rgb(69, 133, 136)',
mfmLink: 'rgb(104, 157, 106)',
mfmHashtag: 'rgb(204, 36, 29)'
2018-12-29 15:40:48 -06:00
},
}