diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 18:59:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-26 18:59:37 +0900 |
| commit | 2b07b3a873e5693556b56dd310944bf744f7d103 (patch) | |
| tree | 240bbb077fafe4ac14d574c6e14eff355c3b6af6 /src/client/theme/dark.json | |
| parent | 8.62.0 (diff) | |
| download | sharkey-2b07b3a873e5693556b56dd310944bf744f7d103.tar.gz sharkey-2b07b3a873e5693556b56dd310944bf744f7d103.tar.bz2 sharkey-2b07b3a873e5693556b56dd310944bf744f7d103.zip | |
wip
Diffstat (limited to 'src/client/theme/dark.json')
| -rw-r--r-- | src/client/theme/dark.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json new file mode 100644 index 0000000000..4ea0a1a649 --- /dev/null +++ b/src/client/theme/dark.json @@ -0,0 +1,10 @@ +{ + "meta": { + "name": "Dark" + }, + "primary": "#fb4e4e", + "bg": "#191B22", + "scrollbarTrack": "#282C37", + "scrollbarHandle": "#454954", + "scrollbarHandleHover": "#535660" +} |