diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-08 18:00:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-08 18:00:05 +0900 |
| commit | c417e2f4a1ef781fc135e2b855d05b7a77190171 (patch) | |
| tree | d6a9db418b29b8bac3e8aeddf6d808e60fd6ff31 /src/client/theme/rainy.json5 | |
| parent | ドライブの管理画面でファイルのオリジナルURLを表示す... (diff) | |
| download | misskey-c417e2f4a1ef781fc135e2b855d05b7a77190171.tar.gz misskey-c417e2f4a1ef781fc135e2b855d05b7a77190171.tar.bz2 misskey-c417e2f4a1ef781fc135e2b855d05b7a77190171.zip | |
:art:
Diffstat (limited to 'src/client/theme/rainy.json5')
| -rw-r--r-- | src/client/theme/rainy.json5 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/theme/rainy.json5 b/src/client/theme/rainy.json5 new file mode 100644 index 0000000000..ba3854810f --- /dev/null +++ b/src/client/theme/rainy.json5 @@ -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', + }, +} |