[Client] Add some themes 🎨
This commit is contained in:
parent
d3b81c3e00
commit
8782a64b18
4 changed files with 67 additions and 1 deletions
20
src/client/theme/cafe.json5
Normal file
20
src/client/theme/cafe.json5
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
id: '0ff48d43-aab3-46e7-ab12-8492110d2e2b',
|
||||
|
||||
name: 'Cafe',
|
||||
author: 'syuilo',
|
||||
|
||||
base: 'light',
|
||||
|
||||
vars: {
|
||||
primary: 'rgb(234, 154, 82)',
|
||||
secondary: 'rgb(238, 236, 232)',
|
||||
text: 'rgb(149, 143, 139)',
|
||||
},
|
||||
|
||||
props: {
|
||||
renoteGradient: '#ffe1c7',
|
||||
renoteText: '$primary',
|
||||
quoteBorder: '$primary',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue