diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 09:21:28 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-01 09:21:28 +0900 |
| commit | c30c71c338f2c10a6f42a18611faeffa15f55263 (patch) | |
| tree | c6a823c5144e28de200a51da53849a5e5edd4059 /src/client | |
| parent | Update router.ts (diff) | |
| download | misskey-c30c71c338f2c10a6f42a18611faeffa15f55263.tar.gz misskey-c30c71c338f2c10a6f42a18611faeffa15f55263.tar.bz2 misskey-c30c71c338f2c10a6f42a18611faeffa15f55263.zip | |
Rename theme
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/theme.ts | 2 | ||||
| -rw-r--r-- | src/client/themes/olive.json5 (renamed from src/client/themes/military.json5) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client/theme.ts b/src/client/theme.ts index 6833ff5240..3ece30d47e 100644 --- a/src/client/theme.ts +++ b/src/client/theme.ts @@ -25,7 +25,7 @@ export const builtinThemes = [ require('./themes/cafe.json5'), require('./themes/chocolate.json5'), require('./themes/danboard.json5'), - require('./themes/military.json5'), + require('./themes/olive.json5'), require('./themes/tweetdeck.json5'), ]; diff --git a/src/client/themes/military.json5 b/src/client/themes/olive.json5 index 2c4fa2df82..67e9b77764 100644 --- a/src/client/themes/military.json5 +++ b/src/client/themes/olive.json5 @@ -1,7 +1,7 @@ { id: '0d92cf9c-ed9e-42fe-b715-be4899f54d12', - name: 'Military', + name: 'Olive', author: 'syuilo', base: 'light', |