misskey/src/client/theme/dark.json

51 lines
1.5 KiB
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-27 05:55:10 +02:00
"name": "Dark",
"author": "syuilo"
2018-09-26 11:59:37 +02:00
},
"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",
2018-09-27 04:55:17 +02:00
"subNoteBg": "rgba(0, 0, 0, 0.18)",
2018-09-26 19:46:53 +02:00
"renoteGradient": "#314027",
"renoteText": "#9dbb00",
2018-09-27 04:55:17 +02:00
"noteActions": "#606984",
"noteActionsHover": "#a1a8bf",
"noteActionsReplyHover": "#0af",
"noteActionsRenoteHover": "#8d0",
"noteActionsReactionHover": "#fa0",
"noteActionsHighlighted": "#707b97",
2018-09-26 18:32:04 +02:00
"modalBackdrop": "rgba(0, 0, 0, 0.5)",
2018-09-26 19:35:13 +02:00
"dateDividerBg": "#242731",
"dateDividerFg": "#666b79",
2018-09-27 05:55:10 +02:00
"switchTrack": "rgba(255, 255, 255, 0.15)",
2018-09-26 19:18:54 +02:00
"noteHeaderName": "#fff",
"noteHeaderBadgeFg": "#758188",
"noteHeaderBadgeBg": "rgba(0, 0, 0, 0.25)",
"noteHeaderAdminFg": "#f15f71",
"noteHeaderAdminBg": "#5d282e",
"noteHeaderAcct": "#606984",
"noteHeaderInfo": "#606984",
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
}