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_light3.json
Normal file
67
YACReader/themes/builtin_light3.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#708089"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#CCFBF7EA",
|
||||
"editBorderColor": "#66E6E2CC",
|
||||
"editTextColor": "#4F5B58",
|
||||
"flowBackgroundColor": "#EFEBD4",
|
||||
"flowTextColor": "#5C6A72",
|
||||
"iconColor": "#4F5B58",
|
||||
"labelTextColor": "#4F5B58",
|
||||
"sliderBorderColor": "#33E6E2CC",
|
||||
"sliderGrooveColor": "#66E6E2CC",
|
||||
"sliderHandleColor": "#884F5B58",
|
||||
"toolbarBackgroundColor": "#CCFBF7EA"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#4F5B58",
|
||||
"linkColor": "#3A94C5"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Fadegreen",
|
||||
"id": "builtin/light3",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "light",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#708089"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#FDF6E3",
|
||||
"borderColor": "#E6E2CC",
|
||||
"iconColor": "#708089",
|
||||
"inputBackgroundColor": "#FFFBEF",
|
||||
"inputDarkerBackgroundColor": "#F4F0D9",
|
||||
"primaryTextColor": "#4F5B58",
|
||||
"scrollbarHandleColor": "#859289",
|
||||
"secondaryTextColor": "#859289",
|
||||
"selectionBackgroundColor": "#EFEBD4"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#FBF7EA",
|
||||
"checkedButtonColor": "#E6E2CC",
|
||||
"iconCheckedColor": "#4F5B58",
|
||||
"iconColor": "#4F5B58",
|
||||
"iconDisabledColor": "#9DA9A0",
|
||||
"menuIndicatorColor": "#4F5B58",
|
||||
"separatorColor": "#E6E2CC"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#EFEBD4",
|
||||
"defaultTextColor": "#5C6A72",
|
||||
"infoBackgroundColor": "#CCFBF7EA",
|
||||
"infoTextColor": "#4F5B58"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#FFFBEF",
|
||||
"closeButtonColor": "#4F5B58",
|
||||
"contentTextColor": "#3F4B47",
|
||||
"headerDecorationColor": "#8DA101",
|
||||
"headerTextColor": "#3F4B47",
|
||||
"linkColor": "#3A94C5",
|
||||
"versionTextColor": "#859289"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user