summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-08 01:10:30 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-08 01:10:30 +0900
commit03d0ce1f89d04880b55ede067d26cf486744acc5 (patch)
tree4b91a8fb4dee3a20cdf14b07da3bb8e630230459
parentFix (diff)
downloadmisskey-03d0ce1f89d04880b55ede067d26cf486744acc5.tar.gz
misskey-03d0ce1f89d04880b55ede067d26cf486744acc5.tar.bz2
misskey-03d0ce1f89d04880b55ede067d26cf486744acc5.zip
Improve theme
-rw-r--r--src/client/theme/pink.json516
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/theme/pink.json5 b/src/client/theme/pink.json5
index e228b4b4fa..71e963dc91 100644
--- a/src/client/theme/pink.json5
+++ b/src/client/theme/pink.json5
@@ -1,20 +1,20 @@
{
id: 'e9c8c01d-9c15-48d0-9b5c-3d00843b5b36',
- name: 'Strawberry Milk',
- author: 'syuilo',
+ name: 'Lavender',
+ author: 'sokuyuku & syuilo',
base: 'light',
vars: {
- primary: 'rgb(251, 78, 112)',
- secondary: 'rgb(255, 218, 240)',
- text: 'rgb(113, 91, 102)',
+ primary: 'rgb(206, 147, 191)',
+ secondary: 'rgb(253, 242, 243)',
+ text: 'rgb(161, 139, 146)',
},
props: {
- renoteGradient: '#ffb1c9',
- renoteText: '#ff588d',
- quoteBorder: '#ff6c9b',
+ renoteGradient: '#f7e4ec',
+ renoteText: '$primary',
+ quoteBorder: '$primary',
},
}