Files
yacreader/YACReader/themes/builtin_dark.json
luisangelsm 83e1b88c2c
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
Replace goto.png with a themeable svg image
2026-03-17 19:35:30 +01:00

68 lines
2.0 KiB
JSON

{
"dialogIcons": {
"iconColor": "#cccccc"
},
"goToFlowWidget": {
"editBackgroundColor": "#55000000",
"editBorderColor": "#77000000",
"editTextColor": "#ffffff",
"flowBackgroundColor": "#282828",
"flowTextColor": "#ffffff",
"iconColor": "#cccccc",
"labelTextColor": "#ffffff",
"sliderBorderColor": "#22ffffff",
"sliderGrooveColor": "#77000000",
"sliderHandleColor": "#55ffffff",
"toolbarBackgroundColor": "#99000000"
},
"helpAboutDialog": {
"headingColor": "#e0e0e0",
"linkColor": "#d4a84b"
},
"meta": {
"displayName": "Default Dark",
"id": "builtin/dark",
"targetApp": "YACReader",
"variant": "dark",
"version": "10.0.0"
},
"shortcutsIcons": {
"iconColor": "#d0d0d0"
},
"translator": {
"backgroundColor": "#404040",
"borderColor": "#212121",
"iconColor": "#cccccc",
"inputBackgroundColor": "#2a2a2a",
"inputDarkerBackgroundColor": "#272727",
"primaryTextColor": "#ffffff",
"scrollbarHandleColor": "#dddddd",
"secondaryTextColor": "#e3e3e3",
"selectionBackgroundColor": "#202020"
},
"toolbar": {
"backgroundColor": "#202020",
"checkedButtonColor": "#3a3a3a",
"iconCheckedColor": "#dadada",
"iconColor": "#cccccc",
"iconDisabledColor": "#444444",
"menuIndicatorColor": "#cccccc",
"separatorColor": "#444444"
},
"viewer": {
"defaultBackgroundColor": "#282828",
"defaultTextColor": "#ffffff",
"infoBackgroundColor": "#bb000000",
"infoTextColor": "#b0b0b0"
},
"whatsNewDialog": {
"backgroundColor": "#2a2a2a",
"closeButtonColor": "#dddddd",
"contentTextColor": "#e0e0e0",
"headerDecorationColor": "#e8b800",
"headerTextColor": "#e0e0e0",
"linkColor": "#e8b800",
"versionTextColor": "#858585"
}
}