sharkey/src/client/theme/dark.json

32 lines
892 B
JSON
Raw Normal View History

2018-09-26 18:59:37 +09:00
{
"meta": {
2018-09-27 01:32:04 +09:00
"id": "9978f7f9-5616-44fd-a704-cc5985efdd63",
2018-09-26 18:59:37 +09:00
"name": "Dark"
},
"primary": "#fb4e4e",
2018-09-26 20:19:35 +09:00
"primaryForeground": "#fff",
2018-09-27 01:32:04 +09:00
"bg": "#191b22",
"scrollbarTrack": "#282c37",
2018-09-26 18:59:37 +09:00
"scrollbarHandle": "#454954",
2018-09-26 20:28:13 +09:00
"scrollbarHandleHover": "#535660",
"face": "#282c37",
2018-09-26 20:38:16 +09:00
"faceHeader": "#313543",
2018-09-27 00:54:37 +09:00
"faceDivider": "rgba(0, 0, 0, 0.3)",
2018-09-27 01:32:04 +09:00
"popupBg": "#2c303c",
"popupFg": "#d6dce2",
"modalBackdrop": "rgba(0, 0, 0, 0.5)",
2018-09-27 01:44:05 +09:00
"autocompleteItemHoverBg": "rgba(255, 255, 255, 0.1)",
"autocompleteItemText": "rgba(255, 255, 255, 0.8)",
"autocompleteItemTextSub": "rgba(255, 255, 255, 0.3)",
2018-09-27 02:02:07 +09:00
"cwButtonBg": "#687390",
"cwButtonFg": "#393f4f",
"cwButtonHoverBg": "#707b97",
2018-09-27 01:44:05 +09:00
"reactionPickerButtonHoverBg": "rgba(255, 255, 255, 0.18)",
2018-09-27 01:32:04 +09:00
"desktopHeaderBg": "#313543",
2018-09-26 20:38:16 +09:00
"mobileSignedInAsBg": "#273c34",
2018-09-26 20:47:11 +09:00
"mobileSignedInAsFg": "#49ab63",
"mobileSignoutBg": "#652222",
"mobileSignoutFg": "#ff5f56"
2018-09-26 18:59:37 +09:00
}