diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-08 15:23:20 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-08 15:23:20 +0900 |
| commit | a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2 (patch) | |
| tree | 9516a731cdf7217790a368f0e8ea073fd20d503e /src/client/theme/black.json5 | |
| parent | Improve usability (diff) | |
| download | sharkey-a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2.tar.gz sharkey-a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2.tar.bz2 sharkey-a70ced8e90dfdff9744bc3ce674d3bb2afa83ab2.zip | |
Add new theme
Diffstat (limited to 'src/client/theme/black.json5')
| -rw-r--r-- | src/client/theme/black.json5 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5 new file mode 100644 index 0000000000..91a812f88a --- /dev/null +++ b/src/client/theme/black.json5 @@ -0,0 +1,20 @@ +{ + id: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2', + + name: 'Future', + author: 'syuilo', + + base: 'dark', + + vars: { + primary: 'rgb(94, 158, 185)', + secondary: 'rgb(22, 24, 30)', + text: 'rgb(214, 218, 224)', + }, + + props: { + renoteGradient: '#0a2d3c', + renoteText: '$primary', + quoteBorder: '$primary', + }, +} |