Add more built in themes.
Some checks failed
Build / Initialization (push) Has been cancelled
Build / Code Format Validation (push) Has been cancelled
Build / Linux (Qt6) (push) Has been cancelled
Build / Linux (Qt6 + 7zip) (push) Has been cancelled
Build / macOS (Qt6 Universal) (push) Has been cancelled
Build / Windows x64 (Qt6) (push) Has been cancelled
Build / Windows ARM64 (Qt6) (push) Has been cancelled
Build / Docker amd64 Image (push) Has been cancelled
Build / Docker arm64 Image (push) Has been cancelled
Build / Publish Dev Builds (push) Has been cancelled
Build / Publish Release (push) Has been cancelled
Build / Publish YACReader10 Pre-release Builds (push) Has been cancelled

This commit is contained in:
luisangelsm
2026-03-22 18:35:24 +01:00
parent 64a2f9fdf8
commit 6752b0b2a4
22 changed files with 3053 additions and 6 deletions

View File

@ -0,0 +1,67 @@
{
"dialogIcons": {
"iconColor": "#4A5685"
},
"goToFlowWidget": {
"editBackgroundColor": "#CCEEF1F8",
"editBorderColor": "#66C4C8DA",
"editTextColor": "#2F334D",
"flowBackgroundColor": "#D5D6DB",
"flowTextColor": "#4A5685",
"iconColor": "#2F334D",
"labelTextColor": "#2F334D",
"sliderBorderColor": "#33C4C8DA",
"sliderGrooveColor": "#66C4C8DA",
"sliderHandleColor": "#882F334D",
"toolbarBackgroundColor": "#CCEEF1F8"
},
"helpAboutDialog": {
"headingColor": "#2F334D",
"linkColor": "#2E7DE9"
},
"meta": {
"displayName": "Late Day",
"id": "builtin/light2",
"targetApp": "YACReader",
"variant": "light",
"version": "10.1.0"
},
"shortcutsIcons": {
"iconColor": "#4A5685"
},
"translator": {
"backgroundColor": "#F5F6FA",
"borderColor": "#C4C8DA",
"iconColor": "#4A5685",
"inputBackgroundColor": "#EEF1F8",
"inputDarkerBackgroundColor": "#D7D8DD",
"primaryTextColor": "#2F334D",
"scrollbarHandleColor": "#8990B3",
"secondaryTextColor": "#8990B3",
"selectionBackgroundColor": "#D7D8DD"
},
"toolbar": {
"backgroundColor": "#EEF1F8",
"checkedButtonColor": "#C4C8DA",
"iconCheckedColor": "#2F334D",
"iconColor": "#2F334D",
"iconDisabledColor": "#A1A6C5",
"menuIndicatorColor": "#2F334D",
"separatorColor": "#C4C8DA"
},
"viewer": {
"defaultBackgroundColor": "#D5D6DB",
"defaultTextColor": "#4A5685",
"infoBackgroundColor": "#CCEEF1F8",
"infoTextColor": "#2F334D"
},
"whatsNewDialog": {
"backgroundColor": "#FFFFFF",
"closeButtonColor": "#2F334D",
"contentTextColor": "#1F2335",
"headerDecorationColor": "#2E7DE9",
"headerTextColor": "#1F2335",
"linkColor": "#2E7DE9",
"versionTextColor": "#8990B3"
}
}