misskey/src/client/theme/dark.json

32 lines
892 B
JSON
Raw Normal View History

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