mistykey/src/client/theme/dark.json
2018-09-27 00:54:37 +09:00

18 lines
417 B
JSON

{
"meta": {
"name": "Dark"
},
"primary": "#fb4e4e",
"primaryForeground": "#fff",
"bg": "#191B22",
"scrollbarTrack": "#282C37",
"scrollbarHandle": "#454954",
"scrollbarHandleHover": "#535660",
"face": "#282c37",
"faceHeader": "#313543",
"faceDivider": "rgba(0, 0, 0, 0.3)",
"mobileSignedInAsBg": "#273c34",
"mobileSignedInAsFg": "#49ab63",
"mobileSignoutBg": "#652222",
"mobileSignoutFg": "#ff5f56"
}