Store Themes as JSON files (#4471)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"$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": "#191919",
|
||||
"border": "#262626",
|
||||
"focusedBackground": "#363636",
|
||||
"focusedBorder": "#383838",
|
||||
"focusedText": "#84c1ff",
|
||||
"text": "#ffffff"
|
||||
},
|
||||
"input": {
|
||||
"background": "#0d0d0d",
|
||||
"text": "#ffffff"
|
||||
},
|
||||
"messageSeperator": "#3c3c3c",
|
||||
"resizeHandle": "#700094ff",
|
||||
"resizeHandleBackground": "#200094ff"
|
||||
},
|
||||
"tabs": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"$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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"$schema": "../../docs/ChatterinoTheme.schema.json",
|
||||
"metadata": {
|
||||
"iconTheme": "dark"
|
||||
},
|
||||
"colors": {
|
||||
"accent": "#00aeef",
|
||||
"messages": {
|
||||
"backgrounds": {
|
||||
"alternate": "#dddddd",
|
||||
"regular": "#e6e6e6"
|
||||
},
|
||||
"disabled": "#99e6e6e6",
|
||||
"highlightAnimationEnd": "#00141414",
|
||||
"highlightAnimationStart": "#6e141414",
|
||||
"selection": "#40000000",
|
||||
"textColors": {
|
||||
"caret": "#000000",
|
||||
"chatPlaceholder": "#af9f9f",
|
||||
"link": "#4286f4",
|
||||
"regular": "#000000",
|
||||
"system": "#8c7f7f"
|
||||
}
|
||||
},
|
||||
"scrollbars": {
|
||||
"background": "#00000000",
|
||||
"thumb": "#a8a8a8",
|
||||
"thumbSelected": "#9e9e9e"
|
||||
},
|
||||
"splits": {
|
||||
"background": "#e6e6e6",
|
||||
"dropPreview": "#300094ff",
|
||||
"dropPreviewBorder": "#0094ff",
|
||||
"dropTargetRect": "#00ffffff",
|
||||
"dropTargetRectBorder": "#000094ff",
|
||||
"header": {
|
||||
"background": "#e6e6e6",
|
||||
"border": "#e6e6e6",
|
||||
"focusedBackground": "#dbdbdb",
|
||||
"focusedBorder": "#d1d1d1",
|
||||
"focusedText": "#0051a3",
|
||||
"text": "#000000"
|
||||
},
|
||||
"input": {
|
||||
"background": "#dbdbdb",
|
||||
"text": "#000000"
|
||||
},
|
||||
"messageSeperator": "#7f7f7f",
|
||||
"resizeHandle": "#0094ff",
|
||||
"resizeHandleBackground": "#500094ff"
|
||||
},
|
||||
"tabs": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
{
|
||||
"$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": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user