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_dark1.json
Normal file
67
YACReader/themes/builtin_dark1.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#FCFCFA"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#AA403E41",
|
||||
"editBorderColor": "#885B595C",
|
||||
"editTextColor": "#C1C0C0",
|
||||
"flowBackgroundColor": "#221F22",
|
||||
"flowTextColor": "#939293",
|
||||
"iconColor": "#FCFCFA",
|
||||
"labelTextColor": "#FCFCFA",
|
||||
"sliderBorderColor": "#33FCFCFA",
|
||||
"sliderGrooveColor": "#771C1A1D",
|
||||
"sliderHandleColor": "#66FCFCFA",
|
||||
"toolbarBackgroundColor": "#991C1A1D"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#FCFCFA",
|
||||
"linkColor": "#78DCE8"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Monodark",
|
||||
"id": "builtin/dark1",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "dark",
|
||||
"version": "10.0.2"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#FCFCFA"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#403E41",
|
||||
"borderColor": "#221F22",
|
||||
"iconColor": "#FCFCFA",
|
||||
"inputBackgroundColor": "#2B282D",
|
||||
"inputDarkerBackgroundColor": "#353236",
|
||||
"primaryTextColor": "#FCFCFA",
|
||||
"scrollbarHandleColor": "#D7D6D7",
|
||||
"secondaryTextColor": "#939293",
|
||||
"selectionBackgroundColor": "#5B595C"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#1C1A1D",
|
||||
"checkedButtonColor": "#5B595C",
|
||||
"iconCheckedColor": "#FCFCFA",
|
||||
"iconColor": "#FCFCFA",
|
||||
"iconDisabledColor": "#6E6C70",
|
||||
"menuIndicatorColor": "#FCFCFA",
|
||||
"separatorColor": "#5B595C"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#221F22",
|
||||
"defaultTextColor": "#939293",
|
||||
"infoBackgroundColor": "#BB1C1A1D",
|
||||
"infoTextColor": "#FCFCFA"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#2B282D",
|
||||
"closeButtonColor": "#FCFCFA",
|
||||
"contentTextColor": "#E6E6E3",
|
||||
"headerDecorationColor": "#78DCE8",
|
||||
"headerTextColor": "#FCFCFA",
|
||||
"linkColor": "#78DCE8",
|
||||
"versionTextColor": "#939293"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user