mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Reformat json theme files so the content is sorted alphabetically allowing easy tracking of changes through git
This commit is contained in:
@ -1,17 +1,37 @@
|
||||
{
|
||||
"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": {
|
||||
"id": "builtin/dark",
|
||||
"displayName": "Default Dark",
|
||||
"id": "builtin/dark",
|
||||
"variant": "dark"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#d0d0d0"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#202020",
|
||||
"checkedButtonColor": "#3a3a3a",
|
||||
"iconCheckedColor": "#dadada",
|
||||
"iconColor": "#cccccc",
|
||||
"iconDisabledColor": "#444444",
|
||||
"iconCheckedColor": "#dadada",
|
||||
"backgroundColor": "#202020",
|
||||
"separatorColor": "#444444",
|
||||
"checkedButtonColor": "#3a3a3a",
|
||||
"menuIndicatorColor": "#cccccc"
|
||||
"menuIndicatorColor": "#cccccc",
|
||||
"separatorColor": "#444444"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#282828",
|
||||
@ -19,33 +39,13 @@
|
||||
"infoBackgroundColor": "#bb000000",
|
||||
"infoTextColor": "#b0b0b0"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"flowBackgroundColor": "#282828",
|
||||
"flowTextColor": "#ffffff",
|
||||
"toolbarBackgroundColor": "#99000000",
|
||||
"sliderBorderColor": "#22ffffff",
|
||||
"sliderGrooveColor": "#77000000",
|
||||
"sliderHandleColor": "#55ffffff",
|
||||
"editBorderColor": "#77000000",
|
||||
"editBackgroundColor": "#55000000",
|
||||
"editTextColor": "#ffffff",
|
||||
"labelTextColor": "#ffffff",
|
||||
"iconColor": "#cccccc"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#e0e0e0",
|
||||
"linkColor": "#d4a84b"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#2a2a2a",
|
||||
"headerTextColor": "#e0e0e0",
|
||||
"versionTextColor": "#858585",
|
||||
"contentTextColor": "#e0e0e0",
|
||||
"linkColor": "#e8b800",
|
||||
"closeButtonColor": "#dddddd",
|
||||
"headerDecorationColor": "#e8b800"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#d0d0d0"
|
||||
"contentTextColor": "#e0e0e0",
|
||||
"headerDecorationColor": "#e8b800",
|
||||
"headerTextColor": "#e0e0e0",
|
||||
"linkColor": "#e8b800",
|
||||
"versionTextColor": "#858585"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user