From 459b374d612e53cfd4244649ac2c812618f827f5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 27 Sep 2018 19:14:35 +0900 Subject: wip --- src/client/theme/light.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'src/client/theme/light.json') diff --git a/src/client/theme/light.json b/src/client/theme/light.json index 482276f638..a7037b8e54 100644 --- a/src/client/theme/light.json +++ b/src/client/theme/light.json @@ -2,17 +2,21 @@ "meta": { "id": "406cfea3-a4e7-486c-9057-30ede1353c3f", "name": "Light", - "author": "syuilo" + "author": "syuilo", + "vars": { + "primary": "#fb4e4e", + "secondary": "#fff" + } }, - "primary": "#fb4e4e", + "primary": "$primary", "primaryForeground": "#fff", - "bg": "#f7f7f7", + "bg": ":darken<8<$secondary", "scrollbarTrack": "#fff", "scrollbarHandle": "#00000033", "scrollbarHandleHover": "#00000066", - "face": "#fff", + "face": "$secondary", "faceText": "#444", - "faceHeader": "#fff", + "faceHeader": ":lighten<5<$secondary", "faceHeaderText": "#888", "faceDivider": "rgba(0, 0, 0, 0.082)", "faceTextButton": "#ccc", @@ -20,7 +24,7 @@ "faceTextButtonActive": "#999", "faceClearButtonHover": "rgba(0, 0, 0, 0.025)", "faceClearButtonActive": "rgba(0, 0, 0, 0.05)", - "popupBg": "#fff", + "popupBg": ":lighten<5<$secondary", "popupFg": "#586069", "subNoteBg": "rgba(0, 0, 0, 0.01)", "renoteGradient": "#edfde2", @@ -54,6 +58,9 @@ "calendarWeek": "#19a2a9", "calendarSaturdayOrSunday": "#ef95a0", "calendarDay": "#777", + "announcementsBg": "#f3f9ff", + "announcementsTitle": "#4078c0", + "announcementsText": "#57616f", "desktopHeaderBg": "#f7f7f7", "desktopHeaderFg": "#9eaba8", "desktopHeaderHoverFg": "#7b8c88", -- cgit v1.2.3-freya