1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-18 00:28:16 +09:00
hotomoe/src/client/theme/light.json

14 lines
245 B
JSON
Raw Normal View History

2018-09-26 18:59:37 +09:00
{
"meta": {
"name": "Light"
},
"primary": "#fb4e4e",
2018-09-26 20:19:35 +09:00
"primaryForeground": "#fff",
2018-09-26 18:59:37 +09:00
"bg": "#f7f7f7",
"scrollbarTrack": "#fff",
"scrollbarHandle": "#00000033",
2018-09-26 20:28:13 +09:00
"scrollbarHandleHover": "#00000066",
"face": "#fff",
"faceHeader": "#fff"
2018-09-26 18:59:37 +09:00
}