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

12 lines
205 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",
"scrollbarHandleHover": "#00000066"
}