Improve theme

This commit is contained in:
syuilo 2018-10-08 01:10:30 +09:00
parent 4182a0cf4c
commit 03d0ce1f89
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -1,20 +1,20 @@
{ {
id: 'e9c8c01d-9c15-48d0-9b5c-3d00843b5b36', id: 'e9c8c01d-9c15-48d0-9b5c-3d00843b5b36',
name: 'Strawberry Milk', name: 'Lavender',
author: 'syuilo', author: 'sokuyuku & syuilo',
base: 'light', base: 'light',
vars: { vars: {
primary: 'rgb(251, 78, 112)', primary: 'rgb(206, 147, 191)',
secondary: 'rgb(255, 218, 240)', secondary: 'rgb(253, 242, 243)',
text: 'rgb(113, 91, 102)', text: 'rgb(161, 139, 146)',
}, },
props: { props: {
renoteGradient: '#ffb1c9', renoteGradient: '#f7e4ec',
renoteText: '#ff588d', renoteText: '$primary',
quoteBorder: '#ff6c9b', quoteBorder: '$primary',
}, },
} }