Sharkey/src/client/theme/dark.json

12 lines
203 B
JSON
Raw Normal View History

2018-09-26 12:59:37 +03:00
{
"meta": {
"name": "Dark"
},
"primary": "#fb4e4e",
2018-09-26 14:19:35 +03:00
"primaryForeground": "#fff",
2018-09-26 12:59:37 +03:00
"bg": "#191B22",
"scrollbarTrack": "#282C37",
"scrollbarHandle": "#454954",
"scrollbarHandleHover": "#535660"
}