From c417e2f4a1ef781fc135e2b855d05b7a77190171 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 8 Jan 2019 18:00:05 +0900 Subject: :art: --- src/client/theme/rainy.json5 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/client/theme/rainy.json5 (limited to 'src/client/theme/rainy.json5') 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', + }, +} -- cgit v1.2.3-freya