This commit is contained in:
syuilo
2019-01-08 18:00:05 +09:00
parent 02a27a8b12
commit c417e2f4a1
4 changed files with 45 additions and 25 deletions

View File

@@ -0,0 +1,21 @@
{
id: '56ff14eb-1e6d-4c0c-9e84-71eb156234e5',
name: 'Gray',
author: 'syuilo',
base: 'light',
vars: {
primary: '#C03233',
secondary: 'rgb(213, 213, 213)',
text: 'rgb(102, 102, 102)',
},
props: {
renoteGradient: '#bdbdbd',
renoteText: '$primary',
quoteBorder: '$primary',
desktopPostFormBg: '#ececec',
},
}

View File

@@ -1,23 +0,0 @@
{
id: 'b4b7d5fc-08d0-4915-b1cf-4090771e1a84',
name: 'Natural',
author: 'syuilo',
base: 'light',
vars: {
primary: 'rgb(0, 179, 104)',
secondary: '#fef8ec',
text: 'rgb(136, 132, 119)',
},
props: {
bg: 'rgb(248, 239, 221)',
mfmMention: 'rgb(238, 150, 43)',
mfmMentionForeground: '#fff',
mfmUrl: 'rgb(0, 189, 214)',
mfmLink: 'rgb(255, 87, 146)',
mfmHashtag: 'rgb(179, 134, 0)'
},
}

View File

@@ -0,0 +1,20 @@
{
id: '2058b33e-5127-4e63-ae67-a900f3a11723',
name: 'Rainy',
author: 'syuilo',
base: 'light',
vars: {
primary: 'rgb(100, 184, 193)',
secondary: 'rgb(228, 234, 234)',
text: 'rgb(85, 94, 92)',
},
props: {
renoteGradient: '#bcd0d0',
renoteText: '$primary',
quoteBorder: '$primary',
},
}