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"
|
||||
}
|
||||
}
|
||||
67
YACReader/themes/builtin_dark2.json
Normal file
67
YACReader/themes/builtin_dark2.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#F8F8F2"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#AA424450",
|
||||
"editBorderColor": "#88424450",
|
||||
"editTextColor": "#EDEDF0",
|
||||
"flowBackgroundColor": "#282A36",
|
||||
"flowTextColor": "#6C789C",
|
||||
"iconColor": "#F8F8F2",
|
||||
"labelTextColor": "#F8F8F2",
|
||||
"sliderBorderColor": "#33F8F8F2",
|
||||
"sliderGrooveColor": "#7721222C",
|
||||
"sliderHandleColor": "#66F8F8F2",
|
||||
"toolbarBackgroundColor": "#9921222C"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#F8F8F2",
|
||||
"linkColor": "#8BE9FD"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Late Night",
|
||||
"id": "builtin/dark2",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "dark",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#F8F8F2"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#424450",
|
||||
"borderColor": "#282A36",
|
||||
"iconColor": "#F8F8F2",
|
||||
"inputBackgroundColor": "#343746",
|
||||
"inputDarkerBackgroundColor": "#424450",
|
||||
"primaryTextColor": "#F8F8F2",
|
||||
"scrollbarHandleColor": "#EDEDF0",
|
||||
"secondaryTextColor": "#6272A4",
|
||||
"selectionBackgroundColor": "#44475A"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#21222C",
|
||||
"checkedButtonColor": "#44475A",
|
||||
"iconCheckedColor": "#F8F8F2",
|
||||
"iconColor": "#F8F8F2",
|
||||
"iconDisabledColor": "#4F566B",
|
||||
"menuIndicatorColor": "#F8F8F2",
|
||||
"separatorColor": "#424450"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#282A36",
|
||||
"defaultTextColor": "#6C789C",
|
||||
"infoBackgroundColor": "#BB21222C",
|
||||
"infoTextColor": "#F8F8F2"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#343746",
|
||||
"closeButtonColor": "#F8F8F2",
|
||||
"contentTextColor": "#EDEDF0",
|
||||
"headerDecorationColor": "#8BE9FD",
|
||||
"headerTextColor": "#F8F8F2",
|
||||
"linkColor": "#8BE9FD",
|
||||
"versionTextColor": "#6272A4"
|
||||
}
|
||||
}
|
||||
67
YACReader/themes/builtin_dark3.json
Normal file
67
YACReader/themes/builtin_dark3.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#EBDBB2"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#AA3C3836",
|
||||
"editBorderColor": "#88504945",
|
||||
"editTextColor": "#D5C4A1",
|
||||
"flowBackgroundColor": "#282828",
|
||||
"flowTextColor": "#928374",
|
||||
"iconColor": "#EBDBB2",
|
||||
"labelTextColor": "#EBDBB2",
|
||||
"sliderBorderColor": "#33EBDBB2",
|
||||
"sliderGrooveColor": "#771D2021",
|
||||
"sliderHandleColor": "#66EBDBB2",
|
||||
"toolbarBackgroundColor": "#991D2021"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#EBDBB2",
|
||||
"linkColor": "#8EC07C"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Retro Dark",
|
||||
"id": "builtin/dark3",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "dark",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#EBDBB2"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#504945",
|
||||
"borderColor": "#282828",
|
||||
"iconColor": "#EBDBB2",
|
||||
"inputBackgroundColor": "#32302F",
|
||||
"inputDarkerBackgroundColor": "#3C3836",
|
||||
"primaryTextColor": "#EBDBB2",
|
||||
"scrollbarHandleColor": "#D5C4A1",
|
||||
"secondaryTextColor": "#928374",
|
||||
"selectionBackgroundColor": "#504945"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#1D2021",
|
||||
"checkedButtonColor": "#504945",
|
||||
"iconCheckedColor": "#EBDBB2",
|
||||
"iconColor": "#EBDBB2",
|
||||
"iconDisabledColor": "#5B5248",
|
||||
"menuIndicatorColor": "#EBDBB2",
|
||||
"separatorColor": "#504945"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#282828",
|
||||
"defaultTextColor": "#928374",
|
||||
"infoBackgroundColor": "#BB1D2021",
|
||||
"infoTextColor": "#EBDBB2"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#32302F",
|
||||
"closeButtonColor": "#EBDBB2",
|
||||
"contentTextColor": "#D5C4A1",
|
||||
"headerDecorationColor": "#8EC07C",
|
||||
"headerTextColor": "#EBDBB2",
|
||||
"linkColor": "#8EC07C",
|
||||
"versionTextColor": "#928374"
|
||||
}
|
||||
}
|
||||
67
YACReader/themes/builtin_dark4.json
Normal file
67
YACReader/themes/builtin_dark4.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#ECEFF4"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#AA434C5E",
|
||||
"editBorderColor": "#884C566A",
|
||||
"editTextColor": "#E5E9F0",
|
||||
"flowBackgroundColor": "#2E3440",
|
||||
"flowTextColor": "#787D88",
|
||||
"iconColor": "#ECEFF4",
|
||||
"labelTextColor": "#ECEFF4",
|
||||
"sliderBorderColor": "#33ECEFF4",
|
||||
"sliderGrooveColor": "#772A303B",
|
||||
"sliderHandleColor": "#66ECEFF4",
|
||||
"toolbarBackgroundColor": "#992A303B"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#ECEFF4",
|
||||
"linkColor": "#8FBCBB"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Frozen Dark",
|
||||
"id": "builtin/dark4",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "dark",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#ECEFF4"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#4C566A",
|
||||
"borderColor": "#2E3440",
|
||||
"iconColor": "#ECEFF4",
|
||||
"inputBackgroundColor": "#3B4252",
|
||||
"inputDarkerBackgroundColor": "#434C5E",
|
||||
"primaryTextColor": "#ECEFF4",
|
||||
"scrollbarHandleColor": "#E5E9F0",
|
||||
"secondaryTextColor": "#81A1C1",
|
||||
"selectionBackgroundColor": "#4C566A"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#2A303B",
|
||||
"checkedButtonColor": "#4C566A",
|
||||
"iconCheckedColor": "#ECEFF4",
|
||||
"iconColor": "#ECEFF4",
|
||||
"iconDisabledColor": "#4A5568",
|
||||
"menuIndicatorColor": "#ECEFF4",
|
||||
"separatorColor": "#4C566A"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#2E3440",
|
||||
"defaultTextColor": "#787D88",
|
||||
"infoBackgroundColor": "#BB2A303B",
|
||||
"infoTextColor": "#ECEFF4"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#3B4252",
|
||||
"closeButtonColor": "#ECEFF4",
|
||||
"contentTextColor": "#E5E9F0",
|
||||
"headerDecorationColor": "#8FBCBB",
|
||||
"headerTextColor": "#ECEFF4",
|
||||
"linkColor": "#8FBCBB",
|
||||
"versionTextColor": "#81A1C1"
|
||||
}
|
||||
}
|
||||
67
YACReader/themes/builtin_light1.json
Normal file
67
YACReader/themes/builtin_light1.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#5C5F77"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#CCF2F4F8",
|
||||
"editBorderColor": "#66CCD0DA",
|
||||
"editTextColor": "#4C4F69",
|
||||
"flowBackgroundColor": "#E6E9EF",
|
||||
"flowTextColor": "#5C5F77",
|
||||
"iconColor": "#4C4F69",
|
||||
"labelTextColor": "#4C4F69",
|
||||
"sliderBorderColor": "#33CCD0DA",
|
||||
"sliderGrooveColor": "#66CCD0DA",
|
||||
"sliderHandleColor": "#884C4F69",
|
||||
"toolbarBackgroundColor": "#CCF2F4F8"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#303446",
|
||||
"linkColor": "#8CAAEE"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Pastel",
|
||||
"id": "builtin/light1",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "light",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#5C5F77"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#F4F5F8",
|
||||
"borderColor": "#CCD0DA",
|
||||
"iconColor": "#5C5F77",
|
||||
"inputBackgroundColor": "#EFF1F5",
|
||||
"inputDarkerBackgroundColor": "#E6E9EF",
|
||||
"primaryTextColor": "#4C4F69",
|
||||
"scrollbarHandleColor": "#8C8FA1",
|
||||
"secondaryTextColor": "#8C8FA1",
|
||||
"selectionBackgroundColor": "#DCE0E8"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#F2F4F8",
|
||||
"checkedButtonColor": "#CCD0DA",
|
||||
"iconCheckedColor": "#303446",
|
||||
"iconColor": "#4C4F69",
|
||||
"iconDisabledColor": "#9CA0B0",
|
||||
"menuIndicatorColor": "#4C4F69",
|
||||
"separatorColor": "#CCD0DA"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#E6E9EF",
|
||||
"defaultTextColor": "#5C5F77",
|
||||
"infoBackgroundColor": "#CCF2F4F8",
|
||||
"infoTextColor": "#4C4F69"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"closeButtonColor": "#4C4F69",
|
||||
"contentTextColor": "#303446",
|
||||
"headerDecorationColor": "#BABBF1",
|
||||
"headerTextColor": "#303446",
|
||||
"linkColor": "#8CAAEE",
|
||||
"versionTextColor": "#8C8FA1"
|
||||
}
|
||||
}
|
||||
67
YACReader/themes/builtin_light2.json
Normal file
67
YACReader/themes/builtin_light2.json
Normal 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"
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
67
YACReader/themes/builtin_light4.json
Normal file
67
YACReader/themes/builtin_light4.json
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#6E6A86"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#CCFFF8F1",
|
||||
"editBorderColor": "#66D9CEC7",
|
||||
"editTextColor": "#575279",
|
||||
"flowBackgroundColor": "#E8DDD3",
|
||||
"flowTextColor": "#6E6A86",
|
||||
"iconColor": "#575279",
|
||||
"labelTextColor": "#575279",
|
||||
"sliderBorderColor": "#33D9CEC7",
|
||||
"sliderGrooveColor": "#66D9CEC7",
|
||||
"sliderHandleColor": "#88575279",
|
||||
"toolbarBackgroundColor": "#CCFFF8F1"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#4F4A72",
|
||||
"linkColor": "#286983"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Rose",
|
||||
"id": "builtin/light4",
|
||||
"targetApp": "YACReader",
|
||||
"variant": "light",
|
||||
"version": "10.1.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#6E6A86"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#FFF8F2",
|
||||
"borderColor": "#D9CEC7",
|
||||
"iconColor": "#6E6A86",
|
||||
"inputBackgroundColor": "#FAF4ED",
|
||||
"inputDarkerBackgroundColor": "#F2E9E1",
|
||||
"primaryTextColor": "#575279",
|
||||
"scrollbarHandleColor": "#8E879C",
|
||||
"secondaryTextColor": "#A59EAF",
|
||||
"selectionBackgroundColor": "#E8DDD3"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#FFF8F1",
|
||||
"checkedButtonColor": "#E8DDD3",
|
||||
"iconCheckedColor": "#4F4A72",
|
||||
"iconColor": "#575279",
|
||||
"iconDisabledColor": "#B4AAB8",
|
||||
"menuIndicatorColor": "#575279",
|
||||
"separatorColor": "#D9CEC7"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#E8DDD3",
|
||||
"defaultTextColor": "#6E6A86",
|
||||
"infoBackgroundColor": "#CCFFF8F1",
|
||||
"infoTextColor": "#575279"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#FFF8F2",
|
||||
"closeButtonColor": "#575279",
|
||||
"contentTextColor": "#4F4A72",
|
||||
"headerDecorationColor": "#907AA9",
|
||||
"headerTextColor": "#4F4A72",
|
||||
"linkColor": "#286983",
|
||||
"versionTextColor": "#A59EAF"
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
}
|
||||
@ -2,6 +2,15 @@
|
||||
<qresource prefix="/themes">
|
||||
<file alias="builtin_classic.json">builtin_classic.json</file>
|
||||
<file alias="builtin_light.json">builtin_light.json</file>
|
||||
<file alias="builtin_light1.json">builtin_light1.json</file>
|
||||
<file alias="builtin_light2.json">builtin_light2.json</file>
|
||||
<file alias="builtin_light3.json">builtin_light3.json</file>
|
||||
<file alias="builtin_light4.json">builtin_light4.json</file>
|
||||
<file alias="builtin_light5.json">builtin_light5.json</file>
|
||||
<file alias="builtin_dark.json">builtin_dark.json</file>
|
||||
<file alias="builtin_dark1.json">builtin_dark1.json</file>
|
||||
<file alias="builtin_dark2.json">builtin_dark2.json</file>
|
||||
<file alias="builtin_dark3.json">builtin_dark3.json</file>
|
||||
<file alias="builtin_dark4.json">builtin_dark4.json</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user