2023-04-08 11:05:55 +02:00
|
|
|
{
|
|
|
|
"$schema": "../../docs/ChatterinoTheme.schema.json",
|
|
|
|
"metadata": {
|
|
|
|
"iconTheme": "dark"
|
|
|
|
},
|
|
|
|
"colors": {
|
|
|
|
"accent": "#00aeef",
|
|
|
|
"messages": {
|
|
|
|
"backgrounds": {
|
|
|
|
"alternate": "#f5f5f5",
|
|
|
|
"regular": "#ffffff"
|
|
|
|
},
|
|
|
|
"disabled": "#99ffffff",
|
|
|
|
"highlightAnimationEnd": "#00141414",
|
|
|
|
"highlightAnimationStart": "#6e141414",
|
|
|
|
"selection": "#40000000",
|
|
|
|
"textColors": {
|
|
|
|
"caret": "#000000",
|
|
|
|
"chatPlaceholder": "#af9f9f",
|
|
|
|
"link": "#4286f4",
|
|
|
|
"regular": "#000000",
|
|
|
|
"system": "#8c7f7f"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scrollbars": {
|
|
|
|
"background": "#00000000",
|
|
|
|
"thumb": "#b3b3b3",
|
|
|
|
"thumbSelected": "#a6a6a6"
|
|
|
|
},
|
|
|
|
"splits": {
|
|
|
|
"background": "#ffffff",
|
|
|
|
"dropPreview": "#300094ff",
|
|
|
|
"dropPreviewBorder": "#0094ff",
|
|
|
|
"dropTargetRect": "#00ffffff",
|
|
|
|
"dropTargetRectBorder": "#000094ff",
|
|
|
|
"header": {
|
|
|
|
"background": "#ffffff",
|
|
|
|
"border": "#ffffff",
|
|
|
|
"focusedBackground": "#f2f2f2",
|
|
|
|
"focusedBorder": "#e6e6e6",
|
|
|
|
"focusedText": "#0051a3",
|
|
|
|
"text": "#000000"
|
|
|
|
},
|
|
|
|
"input": {
|
|
|
|
"background": "#f2f2f2",
|
|
|
|
"text": "#000000"
|
|
|
|
},
|
|
|
|
"messageSeperator": "#7f7f7f",
|
|
|
|
"resizeHandle": "#0094ff",
|
|
|
|
"resizeHandleBackground": "#500094ff"
|
|
|
|
},
|
|
|
|
"tabs": {
|
2024-02-24 13:26:49 +01:00
|
|
|
"liveIndicator": "#ff0000",
|
|
|
|
"rerunIndicator": "#c7c715",
|
2023-04-08 11:05:55 +02:00
|
|
|
"dividerLine": "#b4d7ff",
|
|
|
|
"highlighted": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#eeeeee",
|
|
|
|
"regular": "#ffffff",
|
|
|
|
"unfocused": "#ffffff"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#ff0000",
|
|
|
|
"regular": "#ff0000",
|
|
|
|
"unfocused": "#ff0000"
|
|
|
|
},
|
|
|
|
"text": "#000000"
|
|
|
|
},
|
|
|
|
"newMessage": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#eeeeee",
|
|
|
|
"regular": "#ffffff",
|
|
|
|
"unfocused": "#ffffff"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#bbbbbb",
|
|
|
|
"regular": "#bbbbbb",
|
|
|
|
"unfocused": "#bbbbbb"
|
|
|
|
},
|
|
|
|
"text": "#222222"
|
|
|
|
},
|
|
|
|
"regular": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#eeeeee",
|
|
|
|
"regular": "#ffffff",
|
|
|
|
"unfocused": "#ffffff"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#ffffff",
|
|
|
|
"regular": "#ffffff",
|
|
|
|
"unfocused": "#ffffff"
|
|
|
|
},
|
|
|
|
"text": "#444444"
|
|
|
|
},
|
|
|
|
"selected": {
|
|
|
|
"backgrounds": {
|
|
|
|
"hover": "#b4d7ff",
|
|
|
|
"regular": "#b4d7ff",
|
|
|
|
"unfocused": "#b4d7ff"
|
|
|
|
},
|
|
|
|
"line": {
|
|
|
|
"hover": "#00aeef",
|
|
|
|
"regular": "#00aeef",
|
|
|
|
"unfocused": "#00aeef"
|
|
|
|
},
|
|
|
|
"text": "#000000"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"window": {
|
|
|
|
"background": "#ffffff",
|
|
|
|
"text": "#000000"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|