mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Normalize color strings so they are always upper case for better readability of the theme files and the values in the editor
This commit is contained in:
@ -1,23 +1,23 @@
|
||||
{
|
||||
"dialogIcons": {
|
||||
"iconColor": "#cccccc"
|
||||
"iconColor": "#CCCCCC"
|
||||
},
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#55000000",
|
||||
"editBorderColor": "#77000000",
|
||||
"editTextColor": "#ffffff",
|
||||
"editTextColor": "#FFFFFF",
|
||||
"flowBackgroundColor": "#282828",
|
||||
"flowTextColor": "#ffffff",
|
||||
"iconColor": "#cccccc",
|
||||
"labelTextColor": "#ffffff",
|
||||
"sliderBorderColor": "#22ffffff",
|
||||
"flowTextColor": "#FFFFFF",
|
||||
"iconColor": "#CCCCCC",
|
||||
"labelTextColor": "#FFFFFF",
|
||||
"sliderBorderColor": "#22FFFFFF",
|
||||
"sliderGrooveColor": "#77000000",
|
||||
"sliderHandleColor": "#55ffffff",
|
||||
"sliderHandleColor": "#55FFFFFF",
|
||||
"toolbarBackgroundColor": "#99000000"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#e0e0e0",
|
||||
"linkColor": "#d4a84b"
|
||||
"headingColor": "#E0E0E0",
|
||||
"linkColor": "#D4A84B"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Default Dark",
|
||||
@ -27,41 +27,41 @@
|
||||
"version": "10.0.0"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#d0d0d0"
|
||||
"iconColor": "#D0D0D0"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#404040",
|
||||
"borderColor": "#212121",
|
||||
"iconColor": "#cccccc",
|
||||
"inputBackgroundColor": "#2a2a2a",
|
||||
"iconColor": "#CCCCCC",
|
||||
"inputBackgroundColor": "#2A2A2A",
|
||||
"inputDarkerBackgroundColor": "#272727",
|
||||
"primaryTextColor": "#ffffff",
|
||||
"scrollbarHandleColor": "#dddddd",
|
||||
"secondaryTextColor": "#e3e3e3",
|
||||
"primaryTextColor": "#FFFFFF",
|
||||
"scrollbarHandleColor": "#DDDDDD",
|
||||
"secondaryTextColor": "#E3E3E3",
|
||||
"selectionBackgroundColor": "#202020"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#202020",
|
||||
"checkedButtonColor": "#3a3a3a",
|
||||
"iconCheckedColor": "#dadada",
|
||||
"iconColor": "#cccccc",
|
||||
"checkedButtonColor": "#3A3A3A",
|
||||
"iconCheckedColor": "#DADADA",
|
||||
"iconColor": "#CCCCCC",
|
||||
"iconDisabledColor": "#444444",
|
||||
"menuIndicatorColor": "#cccccc",
|
||||
"menuIndicatorColor": "#CCCCCC",
|
||||
"separatorColor": "#444444"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#282828",
|
||||
"defaultTextColor": "#ffffff",
|
||||
"infoBackgroundColor": "#bb000000",
|
||||
"infoTextColor": "#b0b0b0"
|
||||
"defaultTextColor": "#FFFFFF",
|
||||
"infoBackgroundColor": "#BB000000",
|
||||
"infoTextColor": "#B0B0B0"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#2a2a2a",
|
||||
"closeButtonColor": "#dddddd",
|
||||
"contentTextColor": "#e0e0e0",
|
||||
"headerDecorationColor": "#e8b800",
|
||||
"headerTextColor": "#e0e0e0",
|
||||
"linkColor": "#e8b800",
|
||||
"backgroundColor": "#2A2A2A",
|
||||
"closeButtonColor": "#DDDDDD",
|
||||
"contentTextColor": "#E0E0E0",
|
||||
"headerDecorationColor": "#E8B800",
|
||||
"headerTextColor": "#E0E0E0",
|
||||
"linkColor": "#E8B800",
|
||||
"versionTextColor": "#858585"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user