yumechi-no-kuni/src/client/theme/light.json

61 lines
1.8 KiB
JSON
Raw Normal View History

2018-09-26 04:59:37 -05:00
{
"meta": {
2018-09-26 11:32:04 -05:00
"id": "406cfea3-a4e7-486c-9057-30ede1353c3f",
2018-09-26 22:55:10 -05:00
"name": "Light",
"author": "syuilo"
2018-09-26 04:59:37 -05:00
},
"primary": "#fb4e4e",
2018-09-26 06:19:35 -05:00
"primaryForeground": "#fff",
2018-09-26 04:59:37 -05:00
"bg": "#f7f7f7",
"scrollbarTrack": "#fff",
"scrollbarHandle": "#00000033",
2018-09-26 06:28:13 -05:00
"scrollbarHandleHover": "#00000066",
"face": "#fff",
2018-09-26 06:38:16 -05:00
"faceHeader": "#fff",
2018-09-26 10:54:37 -05:00
"faceDivider": "rgba(0, 0, 0, 0.082)",
2018-09-27 00:32:48 -05:00
"faceTextButton": "#ccc",
"faceTextButtonHover": "#aaa",
2018-09-26 11:32:04 -05:00
"popupBg": "#fff",
"popupFg": "#586069",
2018-09-26 21:55:17 -05:00
"subNoteBg": "rgba(0, 0, 0, 0.01)",
2018-09-26 12:46:53 -05:00
"renoteGradient": "#edfde2",
"renoteText": "#9dbb00",
2018-09-27 00:32:48 -05:00
"quoteBorder": "#c0dac6",
"noteText": "#717171",
"noteHeaderName": "#627079",
"noteHeaderBadgeFg": "#aaa",
"noteHeaderBadgeBg": "rgba(0, 0, 0, 0.05)",
"noteHeaderAdminFg": "#f15f71",
"noteHeaderAdminBg": "#5d282e",
"noteHeaderAcct": "#ccc",
"noteHeaderInfo": "#c0c0c0",
2018-09-26 21:55:17 -05:00
"noteActions": "#ddd",
"noteActionsHover": "#444",
"noteActionsReplyHover": "#0af",
"noteActionsRenoteHover": "#8d0",
"noteActionsReactionHover": "#fa0",
"noteActionsHighlighted": "#888",
2018-09-26 11:32:04 -05:00
"modalBackdrop": "rgba(0, 0, 0, 0.1)",
2018-09-26 12:35:13 -05:00
"dateDividerBg": "#fdfdfd",
"dateDividerFg": "#aaa",
2018-09-26 22:55:10 -05:00
"switchTrack": "rgba(0, 0, 0, 0.25)",
2018-09-26 11:44:05 -05:00
"autocompleteItemHoverBg": "rgba(0, 0, 0, 0.1)",
"autocompleteItemText": "rgba(0, 0, 0, 0.8)",
"autocompleteItemTextSub": "rgba(0, 0, 0, 0.3)",
2018-09-26 12:02:07 -05:00
"cwButtonBg": "#b1b9c1",
"cwButtonFg": "#fff",
"cwButtonHoverBg": "#bbc4ce",
2018-09-26 11:44:05 -05:00
"reactionPickerButtonHoverBg": "#eee",
2018-09-26 11:32:04 -05:00
"desktopHeaderBg": "#f7f7f7",
2018-09-27 00:32:48 -05:00
"desktopPostFormBg": "#fff6f6",
"desktopPostFormTextareaBg": "#fff",
"desktopPostFormTextareaFg": "#333",
"desktopTimelineHeaderShadow": "rgba(0, 0, 0, 0.08)",
"desktopTimelineSrc": "#6f7477",
"desktopTimelineSrcHover": "#525a5f",
2018-09-26 06:38:16 -05:00
"mobileSignedInAsBg": "#fcfff5",
2018-09-26 06:47:11 -05:00
"mobileSignedInAsFg": "#2c662d",
"mobileSignoutBg": "#fff6f5",
"mobileSignoutFg": "#cc2727"
2018-09-26 04:59:37 -05:00
}