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/gray.json5 | |
| parent | ドライブの管理画面でファイルのオリジナルURLを表示す... (diff) | |
| download | sharkey-c417e2f4a1ef781fc135e2b855d05b7a77190171.tar.gz sharkey-c417e2f4a1ef781fc135e2b855d05b7a77190171.tar.bz2 sharkey-c417e2f4a1ef781fc135e2b855d05b7a77190171.zip | |
:art:
Diffstat (limited to 'src/client/theme/gray.json5')
| -rw-r--r-- | src/client/theme/gray.json5 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/theme/gray.json5 b/src/client/theme/gray.json5 new file mode 100644 index 0000000000..59494f278a --- /dev/null +++ b/src/client/theme/gray.json5 @@ -0,0 +1,21 @@ +{ + id: '56ff14eb-1e6d-4c0c-9e84-71eb156234e5', + + name: 'Gray', + author: 'syuilo', + + base: 'light', + + vars: { + primary: '#C03233', + secondary: 'rgb(213, 213, 213)', + text: 'rgb(102, 102, 102)', + }, + + props: { + renoteGradient: '#bdbdbd', + renoteText: '$primary', + quoteBorder: '$primary', + desktopPostFormBg: '#ececec', + }, +} |