diff options
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', + }, +} |