diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 13:29:58 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-18 13:29:58 +0900 |
| commit | a408226509eedec52fbb24dbb91be0d85838afcb (patch) | |
| tree | f5cf28987f04344786eff9706120e1acdce0ae0c /src/client/theme/pink.json5 | |
| parent | Update black.json5 (diff) | |
| download | misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2 misskey-a408226509eedec52fbb24dbb91be0d85838afcb.zip | |
Refactor
Diffstat (limited to 'src/client/theme/pink.json5')
| -rw-r--r-- | src/client/theme/pink.json5 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/client/theme/pink.json5 b/src/client/theme/pink.json5 deleted file mode 100644 index e3078ad516..0000000000 --- a/src/client/theme/pink.json5 +++ /dev/null @@ -1,20 +0,0 @@ -{ - id: 'e9c8c01d-9c15-48d0-9b5c-3d00843b5b36', - - name: 'Lavender', - author: 'sokuyuku', - - base: 'light', - - vars: { - primary: 'rgb(206, 147, 191)', - secondary: 'rgb(253, 242, 243)', - text: 'rgb(161, 139, 146)', - }, - - props: { - renoteGradient: '#f7e4ec', - renoteText: '$primary', - quoteBorder: '$primary', - }, -} |