mirror-chatterino2/resources/themes/Black.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

113 lines
2.7 KiB
JSON
Raw Normal View History

{
"$schema": "../../docs/ChatterinoTheme.schema.json",
"metadata": {
"iconTheme": "light"
},
"colors": {
"accent": "#00aeef",
"messages": {
"backgrounds": {
"alternate": "#0a0a0a",
"regular": "#000000"
},
"disabled": "#99000000",
"highlightAnimationEnd": "#00e6e6e6",
"highlightAnimationStart": "#6ee6e6e6",
"selection": "#40ffffff",
"textColors": {
"caret": "#ffffff",
"chatPlaceholder": "#5d5555",
"link": "#4286f4",
"regular": "#ffffff",
"system": "#8c7f7f"
}
},
"scrollbars": {
"background": "#00000000",
"thumb": "#4d4d4d",
"thumbSelected": "#595959"
},
"splits": {
"background": "#000000",
"dropPreview": "#300094ff",
"dropPreviewBorder": "#0094ff",
"dropTargetRect": "#000094ff",
"dropTargetRectBorder": "#000094ff",
"header": {
"background": "#050505",
"border": "#121212",
"focusedBackground": "#1a1a1a",
"focusedBorder": "#1c1c1c",
"focusedText": "#84c1ff",
"text": "#ffffff"
},
"input": {
"background": "#080808",
"text": "#ffffff"
},
"messageSeperator": "#3c3c3c",
"resizeHandle": "#700094ff",
"resizeHandleBackground": "#200094ff"
},
"tabs": {
"dividerLine": "#555555",
"highlighted": {
"backgrounds": {
"hover": "#0b0b0b",
"regular": "#0b0b0b",
"unfocused": "#0b0b0b"
},
"line": {
"hover": "#ee6166",
"regular": "#ee6166",
"unfocused": "#ee6166"
},
"text": "#eeeeee"
},
"newMessage": {
"backgrounds": {
"hover": "#0b0b0b",
"regular": "#0b0b0b",
"unfocused": "#0b0b0b"
},
"line": {
"hover": "#888888",
"regular": "#888888",
"unfocused": "#888888"
},
"text": "#eeeeee"
},
"regular": {
"backgrounds": {
"hover": "#0b0b0b",
"regular": "#0b0b0b",
"unfocused": "#0b0b0b"
},
"line": {
"hover": "#444444",
"regular": "#444444",
"unfocused": "#444444"
},
"text": "#aaaaaa"
},
"selected": {
"backgrounds": {
"hover": "#333333",
"regular": "#333333",
"unfocused": "#333333"
},
"line": {
"hover": "#00aeef",
"regular": "#00aeef",
"unfocused": "#00aeef"
},
"text": "#ffffff"
}
},
"window": {
"background": "#040404",
"text": "#eeeeee"
}
}
}