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/themes/gray.json5 | |
| parent | Update black.json5 (diff) | |
| download | misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.gz misskey-a408226509eedec52fbb24dbb91be0d85838afcb.tar.bz2 misskey-a408226509eedec52fbb24dbb91be0d85838afcb.zip | |
Refactor
Diffstat (limited to 'src/client/themes/gray.json5')
| -rw-r--r-- | src/client/themes/gray.json5 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/themes/gray.json5 b/src/client/themes/gray.json5 new file mode 100644 index 0000000000..59494f278a --- /dev/null +++ b/src/client/themes/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', + }, +} |