This commit is contained in:
parent
37e666817f
commit
b0992de59d
|
@ -12,6 +12,7 @@
|
||||||
### Improvements
|
### Improvements
|
||||||
- クライアント: ユーザーのリアクション一覧を見れるように
|
- クライアント: ユーザーのリアクション一覧を見れるように
|
||||||
- クライアント: ユーザー検索の精度を強化
|
- クライアント: ユーザー検索の精度を強化
|
||||||
|
- クライアント: 新しいライトテーマを追加
|
||||||
- API: ユーザーのリアクション一覧を取得する users/reactions を追加
|
- API: ユーザーのリアクション一覧を取得する users/reactions を追加
|
||||||
- API: users/search および users/search-by-username-and-host を強化
|
- API: users/search および users/search-by-username-and-host を強化
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ export const builtinThemes = [
|
||||||
require('@client/themes/l-apricot.json5'),
|
require('@client/themes/l-apricot.json5'),
|
||||||
require('@client/themes/l-rainy.json5'),
|
require('@client/themes/l-rainy.json5'),
|
||||||
require('@client/themes/l-vivid.json5'),
|
require('@client/themes/l-vivid.json5'),
|
||||||
|
require('@client/themes/l-sushi.json5'),
|
||||||
|
|
||||||
require('@client/themes/d-dark.json5'),
|
require('@client/themes/d-dark.json5'),
|
||||||
require('@client/themes/d-persimmon.json5'),
|
require('@client/themes/d-persimmon.json5'),
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
id: '213273e5-7d20-d5f0-6e36-1b6a4f67115c',
|
||||||
|
|
||||||
|
name: 'Mi Sushi Light',
|
||||||
|
author: 'syuilo',
|
||||||
|
|
||||||
|
base: 'light',
|
||||||
|
|
||||||
|
props: {
|
||||||
|
accent: '#e36749',
|
||||||
|
bg: '#f0eee9',
|
||||||
|
fg: '#5f5f5f',
|
||||||
|
renote: '@accent',
|
||||||
|
link: '@accent',
|
||||||
|
mention: '@accent',
|
||||||
|
hashtag: '#229e82',
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue