diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-08 15:23:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-08 15:23:10 +0900 |
| commit | 567cedc7cc82057d47e2891b8f19e32f2d584d7b (patch) | |
| tree | 23cbd24f1ba8a0f436835bddddd95455f106c94f /src/client/theme | |
| parent | fix(package): update jsdom to version 12.2.0 (#2848) (diff) | |
| download | sharkey-567cedc7cc82057d47e2891b8f19e32f2d584d7b.tar.gz sharkey-567cedc7cc82057d47e2891b8f19e32f2d584d7b.tar.bz2 sharkey-567cedc7cc82057d47e2891b8f19e32f2d584d7b.zip | |
Improve usability
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json5 | 1 | ||||
| -rw-r--r-- | src/client/theme/light.json5 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index f993e5ef1f..4fa38a3ae0 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -4,6 +4,7 @@ name: 'Dark', author: 'syuilo', desc: 'Default dark theme', + kind: 'dark', vars: { primary: '#fb4e4e', diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index db851b66c4..9f17a63dda 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -4,6 +4,7 @@ name: 'Light', author: 'syuilo', desc: 'Default light theme', + kind: 'light', vars: { primary: '#fb4e4e', |