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/light.json | |
| parent | wip (diff) | |
| download | sharkey-df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b.tar.gz sharkey-df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b.tar.bz2 sharkey-df6c9b1a1cf7b4ff8cdbf562e004bbf3635d841b.zip | |
wip
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 28cc71bdb7..7dcf2d3f44 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -1,7 +1,8 @@ { "meta": { "id": "406cfea3-a4e7-486c-9057-30ede1353c3f", - "name": "Light" + "name": "Light", + "author": "syuilo" }, "primary": "#fb4e4e", "primaryForeground": "#fff", @@ -28,7 +29,7 @@ "dateDividerFg": "#aaa", "footerButtonHover": "#f5f5f5", "footerButtonActive": "#eee", - + "switchTrack": "rgba(0, 0, 0, 0.25)", "noteHeaderName": "#627079", "noteHeaderBadgeFg": "#aaa", "noteHeaderBadgeBg": "rgba(0, 0, 0, 0.05)", |