mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
131 lines
3.1 KiB
JSON
131 lines
3.1 KiB
JSON
{
|
|
"$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"
|
|
}
|
|
},
|
|
"overlayMessages": {
|
|
"backgrounds": {
|
|
"alternate": "#32000000",
|
|
"regular": "transparent"
|
|
},
|
|
"disabled": "#64000000",
|
|
"selection": "#40ffffff",
|
|
"textColors": {
|
|
"caret": "#ffffff",
|
|
"chatPlaceholder": "#5d5555",
|
|
"link": "#4286f4",
|
|
"regular": "#ffffff",
|
|
"system": "#8c7f7f"
|
|
},
|
|
"background": "#000"
|
|
},
|
|
"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": {
|
|
"liveIndicator": "#ff0000",
|
|
"rerunIndicator": "#c7c715",
|
|
"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"
|
|
}
|
|
}
|
|
}
|