mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
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
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:
67
YACReader/themes/builtin_light5.json
Normal file
67
YACReader/themes/builtin_light5.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#716E61"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#CCFCF7ED",
|
||||
"editBorderColor": "#66D8CDBA",
|
||||
"editTextColor": "#545464",
|
||||
"flowBackgroundColor": "#E7DCCB",
|
||||
"flowTextColor": "#716E61",
|
||||
"iconColor": "#545464",
|
||||
"labelTextColor": "#545464",
|
||||
"sliderBorderColor": "#33D8CDBA",
|
||||
"sliderGrooveColor": "#66D8CDBA",
|
||||
"sliderHandleColor": "#88545464",
|
||||
"toolbarBackgroundColor": "#CCFCF7ED"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#43436C",
|
||||
"linkColor": "#4D699B"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Lotus",
|
||||
"id": "builtin/light5",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "light",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#716E61"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#FFF9F0",
|
||||
"borderColor": "#D8CDBA",
|
||||
"iconColor": "#716E61",
|
||||
"inputBackgroundColor": "#F7F2E7",
|
||||
"inputDarkerBackgroundColor": "#F1E7D7",
|
||||
"primaryTextColor": "#545464",
|
||||
"scrollbarHandleColor": "#7D7A73",
|
||||
"secondaryTextColor": "#A6A294",
|
||||
"selectionBackgroundColor": "#E7DCCB"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#FCF7ED",
|
||||
"checkedButtonColor": "#E7DCCB",
|
||||
"iconCheckedColor": "#43436C",
|
||||
"iconColor": "#545464",
|
||||
"iconDisabledColor": "#A6A294",
|
||||
"menuIndicatorColor": "#545464",
|
||||
"separatorColor": "#D8CDBA"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#E7DCCB",
|
||||
"defaultTextColor": "#716E61",
|
||||
"infoBackgroundColor": "#CCFCF7ED",
|
||||
"infoTextColor": "#545464"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#FFF9F0",
|
||||
"closeButtonColor": "#545464",
|
||||
"contentTextColor": "#43436C",
|
||||
"headerDecorationColor": "#5D57A3",
|
||||
"headerTextColor": "#43436C",
|
||||
"linkColor": "#4D699B",
|
||||
"versionTextColor": "#A6A294"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user