diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 16:49:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-27 16:49:18 +0900 |
| commit | a36d73cb5271b09a75d656043d8e928f9f821c66 (patch) | |
| tree | f5cc1f5027229fbebbe4e8f7d29ff44e36c3508a /src/client/theme/light.json | |
| parent | wip (diff) | |
| download | misskey-a36d73cb5271b09a75d656043d8e928f9f821c66.tar.gz misskey-a36d73cb5271b09a75d656043d8e928f9f821c66.tar.bz2 misskey-a36d73cb5271b09a75d656043d8e928f9f821c66.zip | |
wip
Diffstat (limited to 'src/client/theme/light.json')
| -rw-r--r-- | src/client/theme/light.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/theme/light.json b/src/client/theme/light.json index f9f9a9a52d..bbffc8e143 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -17,6 +17,8 @@ "faceTextButton": "#ccc", "faceTextButtonHover": "#aaa", "faceTextButtonActive": "#999", + "faceClearButtonHover": "rgba(0, 0, 0, 0.025)", + "faceClearButtonActive": "rgba(0, 0, 0, 0.05)", "popupBg": "#fff", "popupFg": "#586069", "subNoteBg": "rgba(0, 0, 0, 0.01)", @@ -48,6 +50,9 @@ "cwButtonFg": "#fff", "cwButtonHoverBg": "#bbc4ce", "reactionPickerButtonHoverBg": "#eee", + "calendarWeek": "#19a2a9", + "calendarSaturdayOrSunday": "#ef95a0", + "calendarDay": "#777", "desktopHeaderBg": "#f7f7f7", "desktopHeaderFg": "#9eaba8", "desktopHeaderHoverFg": "#7b8c88", |