1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-17 08:08:17 +09:00
hotomoe/src/client/theme/light.json
2018-09-27 00:54:37 +09:00

19 lines
415 B
JSON

{
"meta": {
"name": "Light"
},
"primary": "#fb4e4e",
"primaryForeground": "#fff",
"bg": "#f7f7f7",
"scrollbarTrack": "#fff",
"scrollbarHandle": "#00000033",
"scrollbarHandleHover": "#00000066",
"face": "#fff",
"faceHeader": "#fff",
"faceDivider": "rgba(0, 0, 0, 0.082)",
"mobileSignedInAsBg": "#fcfff5",
"mobileSignedInAsFg": "#2c662d",
"mobileSignoutBg": "#fff6f5",
"mobileSignoutFg": "#cc2727"
}