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 | |
| parent | wip (diff) | |
| download | misskey-a36d73cb5271b09a75d656043d8e928f9f821c66.tar.gz misskey-a36d73cb5271b09a75d656043d8e928f9f821c66.tar.bz2 misskey-a36d73cb5271b09a75d656043d8e928f9f821c66.zip | |
wip
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json | 7 | ||||
| -rw-r--r-- | src/client/theme/halloween.json | 2 | ||||
| -rw-r--r-- | src/client/theme/light.json | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json index 403a5ded1d..ef5170e71e 100644 --- a/src/client/theme/dark.json +++ b/src/client/theme/dark.json @@ -17,6 +17,8 @@ "faceTextButton": "#9baec8", "faceTextButtonHover": "#b2c1d5", "faceTextButtonActive": "#b2c1d5", + "faceClearButtonHover": "rgba(0, 0, 0, 0.1)", + "faceClearButtonActive": "rgba(0, 0, 0, 0.2)", "popupBg": "#2c303c", "popupFg": "#d6dce2", "subNoteBg": "rgba(0, 0, 0, 0.18)", @@ -48,11 +50,14 @@ "cwButtonFg": "#393f4f", "cwButtonHoverBg": "#707b97", "reactionPickerButtonHoverBg": "rgba(255, 255, 255, 0.18)", + "calendarWeek": "#43d5dc", + "calendarSaturdayOrSunday": "#ff6679", + "calendarDay": "#c5ced6", "desktopHeaderBg": "#313543", "desktopHeaderFg": "#b8c5ca", "desktopHeaderHoverFg": "#fff", "desktopHeaderIcon": "url('/assets/desktop/header-icon.dark.svg')", - "desktopHeaderSearchBg": "rgba(0, 0, 0, 0.05)", + "desktopHeaderSearchBg": "rgba(0, 0, 0, 0.1)", "desktopHeaderSearchHoverBg": "rgba(255, 255, 255, 0.04)", "desktopHeaderSearchFg": "#fff", "desktopPostFormBg": "@face", diff --git a/src/client/theme/halloween.json b/src/client/theme/halloween.json index 474fc7ea8f..420a03d2cd 100644 --- a/src/client/theme/halloween.json +++ b/src/client/theme/halloween.json @@ -16,5 +16,5 @@ "renoteGradient": "#5d2d1a", "renoteText": "#ff6c00", "reactionPickerButtonHoverBg": "rgba(0, 0, 0, 0.18)", - "desktopHeaderBg": "#0c0b19" + "desktopHeaderBg": "#36314e" } 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", |