diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 12:55:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 12:55:10 +0900 |
| commit | df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b (patch) | |
| tree | aabef6c3c1ab620672388ba01b80ca5f7b9e4e39 /src/client/theme/dark.json | |
| parent | wip (diff) | |
| download | sharkey-df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b.tar.gz sharkey-df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b.tar.bz2 sharkey-df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b.zip | |
wip
Diffstat (limited to 'src/client/theme/dark.json')
| -rw-r--r-- | src/client/theme/dark.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 77a41228d0..a3877093f5 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -1,7 +1,8 @@ { "meta": { "id": "9978f7f9-5616-44fd-a704-cc5985efdd63", - "name": "Dark" + "name": "Dark", + "author": "syuilo" }, "primary": "#fb4e4e", "primaryForeground": "#fff", @@ -28,7 +29,7 @@ "dateDividerFg": "#666b79", "footerButtonHover": "#2e3440", "footerButtonActive": "#21242b", - + "switchTrack": "rgba(255, 255, 255, 0.15)", "noteHeaderName": "#fff", "noteHeaderBadgeFg": "#758188", "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.25)", |