2023-04-08 11:05:55 +02:00
|
|
|
{
|
|
|
|
"$schema": "../../docs/ChatterinoTheme.schema.json",
|
|
|
|
"metadata": {
|
|
|
|
"iconTheme": "light"
|
|
|
|
},
|
|
|
|
"colors": {
|
|
|
|
"accent": "#00aeef",
|
|
|
|
"messages": {
|
|
|
|
"backgrounds": {
|
|
|
|
"alternate": "#222222",
|
|
|
|
"regular": "#191919"
|
|
|
|
},
|
|
|
|
"disabled": "#99191919",
|
|
|
|
"highlightAnimationEnd": "#00e6e6e6",
|
|
|
|
"highlightAnimationStart": "#6ee6e6e6",
|
|
|
|
"selection": "#40ffffff",
|
|
|
|
"textColors": {
|
|
|
|
"caret": "#ffffff",
|
|
|
|
"chatPlaceholder": "#5d5555",
|
|
|
|
"link": "#4286f4",
|
|
|
|
"regular": "#ffffff",
|
|
|
|
"system": "#8c7f7f"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scrollbars": {
|
|
|
|
"background": "#00000000",
|
|
|
|
"thumb": "#575757",
|
|
|
|
"thumbSelected": "#616161"
|
|
|
|
},
|
|
|
|
"splits": {
|
|
|
|
"background": "#191919",
|
|
|
|
"dropPreview": "#300094ff",
|
|
|
|
"dropPreviewBorder": "#0094ff",
|
|
|
|
"dropTargetRect": "#000094ff",
|
|
|
|
"dropTargetRectBorder": "#000094ff",
|
|
|
|
"header": {
|
|
|
|
"background": "#2e2e2e",
|
|
|
|
"border": "#383838",
|
|
|
|
"focusedBackground": "#444444",
|
|
|
|
"focusedBorder": "#464646",
|
|
|
|
"focusedText": "#84c1ff",
|
|
|
|
"text": "#ffffff"
|
|
|
|
},
|
|
|
|
"input": {
|
|
|
|
"background": "#242424",
|
|
|
|
"text": "#ffffff"
|
|
|
|
},
|
|
|
|
"messageSeperator": "#3c3c3c",
|
|
|
|
"resizeHandle": "#700094ff",
|
|
|
|
"resizeHandleBackground": "#200094ff"
|
|
|
|
},
|
|
|
|
"tabs": {
|
2024-02-24 13:26:49 +01:00
|
|
|
"liveIndicator": "#ff0000",
|
|
|
|
"rerunIndicator": "#c7c715",
|
2023-04-08 11:05:55 +02:00
|
|
|
"dividerLine": "#555555",
|
|
|
|
"highlighted": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#252525",
|
|
|
|
"regular": "#252525",
|
|
|
|
"unfocused": "#252525"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#ee6166",
|
|
|
|
"regular": "#ee6166",
|
|
|
|
"unfocused": "#ee6166"
|
|
|
|
},
|
|
|
|
"text": "#eeeeee"
|
|
|
|
},
|
|
|
|
"newMessage": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#252525",
|
|
|
|
"regular": "#252525",
|
|
|
|
"unfocused": "#252525"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#888888",
|
|
|
|
"regular": "#888888",
|
|
|
|
"unfocused": "#888888"
|
|
|
|
},
|
|
|
|
"text": "#eeeeee"
|
|
|
|
},
|
|
|
|
"regular": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#252525",
|
|
|
|
"regular": "#252525",
|
|
|
|
"unfocused": "#252525"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#444444",
|
|
|
|
"regular": "#444444",
|
|
|
|
"unfocused": "#444444"
|
|
|
|
},
|
|
|
|
"text": "#aaaaaa"
|
|
|
|
},
|
|
|
|
"selected": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#555555",
|
|
|
|
"regular": "#555555",
|
|
|
|
"unfocused": "#555555"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#00aeef",
|
|
|
|
"regular": "#00aeef",
|
|
|
|
"unfocused": "#00aeef"
|
|
|
|
},
|
|
|
|
"text": "#ffffff"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"window": {
|
|
|
|
"background": "#111111",
|
|
|
|
"text": "#eeeeee"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|