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_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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user