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:
@ -5,19 +5,19 @@
|
||||
"goToFlowWidget": {
|
||||
"editBackgroundColor": "#55000000",
|
||||
"editBorderColor": "#77000000",
|
||||
"editTextColor": "#ffffff",
|
||||
"editTextColor": "#FFFFFF",
|
||||
"flowBackgroundColor": "#282828",
|
||||
"flowTextColor": "#ffffff",
|
||||
"iconColor": "#ffffff",
|
||||
"labelTextColor": "#ffffff",
|
||||
"sliderBorderColor": "#22ffffff",
|
||||
"flowTextColor": "#FFFFFF",
|
||||
"iconColor": "#FFFFFF",
|
||||
"labelTextColor": "#FFFFFF",
|
||||
"sliderBorderColor": "#22FFFFFF",
|
||||
"sliderGrooveColor": "#77000000",
|
||||
"sliderHandleColor": "#55ffffff",
|
||||
"sliderHandleColor": "#55FFFFFF",
|
||||
"toolbarBackgroundColor": "#99000000"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#302f2d",
|
||||
"linkColor": "#c19441"
|
||||
"headingColor": "#302F2D",
|
||||
"linkColor": "#C19441"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Default Classic",
|
||||
@ -32,36 +32,36 @@
|
||||
"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": "#f3f3f3",
|
||||
"checkedButtonColor": "#cccccc",
|
||||
"iconCheckedColor": "#5a5a5a",
|
||||
"backgroundColor": "#F3F3F3",
|
||||
"checkedButtonColor": "#CCCCCC",
|
||||
"iconCheckedColor": "#5A5A5A",
|
||||
"iconColor": "#404040",
|
||||
"iconDisabledColor": "#858585",
|
||||
"menuIndicatorColor": "#404040",
|
||||
"separatorColor": "#cccccc"
|
||||
"separatorColor": "#CCCCCC"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#282828",
|
||||
"defaultTextColor": "#ffffff",
|
||||
"infoBackgroundColor": "#bb000000",
|
||||
"infoTextColor": "#ffffff"
|
||||
"defaultTextColor": "#FFFFFF",
|
||||
"infoBackgroundColor": "#BB000000",
|
||||
"infoTextColor": "#FFFFFF"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"closeButtonColor": "#444444",
|
||||
"contentTextColor": "#0a0a0a",
|
||||
"headerDecorationColor": "#e8b800",
|
||||
"headerTextColor": "#0a0a0a",
|
||||
"linkColor": "#e8b800",
|
||||
"contentTextColor": "#0A0A0A",
|
||||
"headerDecorationColor": "#E8B800",
|
||||
"headerTextColor": "#0A0A0A",
|
||||
"linkColor": "#E8B800",
|
||||
"versionTextColor": "#858585"
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@ -6,18 +6,18 @@
|
||||
"editBackgroundColor": "#22000000",
|
||||
"editBorderColor": "#33000000",
|
||||
"editTextColor": "#202020",
|
||||
"flowBackgroundColor": "#f6f6f6",
|
||||
"flowBackgroundColor": "#F6F6F6",
|
||||
"flowTextColor": "#202020",
|
||||
"iconColor": "#404040",
|
||||
"labelTextColor": "#202020",
|
||||
"sliderBorderColor": "#22000000",
|
||||
"sliderGrooveColor": "#33000000",
|
||||
"sliderHandleColor": "#55000000",
|
||||
"toolbarBackgroundColor": "#bbffffff"
|
||||
"toolbarBackgroundColor": "#BBFFFFFF"
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#302f2d",
|
||||
"linkColor": "#c19441"
|
||||
"headingColor": "#302F2D",
|
||||
"linkColor": "#C19441"
|
||||
},
|
||||
"meta": {
|
||||
"displayName": "Default Light",
|
||||
@ -30,38 +30,38 @@
|
||||
"iconColor": "#606060"
|
||||
},
|
||||
"translator": {
|
||||
"backgroundColor": "#e8e8e8",
|
||||
"borderColor": "#cccccc",
|
||||
"backgroundColor": "#E8E8E8",
|
||||
"borderColor": "#CCCCCC",
|
||||
"iconColor": "#404040",
|
||||
"inputBackgroundColor": "#f5f5f5",
|
||||
"inputDarkerBackgroundColor": "#ebebeb",
|
||||
"primaryTextColor": "#1a1a1a",
|
||||
"inputBackgroundColor": "#F5F5F5",
|
||||
"inputDarkerBackgroundColor": "#EBEBEB",
|
||||
"primaryTextColor": "#1A1A1A",
|
||||
"scrollbarHandleColor": "#909090",
|
||||
"secondaryTextColor": "#2a2a2a",
|
||||
"selectionBackgroundColor": "#dcdcdc"
|
||||
"secondaryTextColor": "#2A2A2A",
|
||||
"selectionBackgroundColor": "#DCDCDC"
|
||||
},
|
||||
"toolbar": {
|
||||
"backgroundColor": "#f3f3f3",
|
||||
"checkedButtonColor": "#cccccc",
|
||||
"iconCheckedColor": "#5a5a5a",
|
||||
"backgroundColor": "#F3F3F3",
|
||||
"checkedButtonColor": "#CCCCCC",
|
||||
"iconCheckedColor": "#5A5A5A",
|
||||
"iconColor": "#404040",
|
||||
"iconDisabledColor": "#b0b0b0",
|
||||
"iconDisabledColor": "#B0B0B0",
|
||||
"menuIndicatorColor": "#404040",
|
||||
"separatorColor": "#cccccc"
|
||||
"separatorColor": "#CCCCCC"
|
||||
},
|
||||
"viewer": {
|
||||
"defaultBackgroundColor": "#f6f6f6",
|
||||
"defaultBackgroundColor": "#F6F6F6",
|
||||
"defaultTextColor": "#202020",
|
||||
"infoBackgroundColor": "#bbffffff",
|
||||
"infoBackgroundColor": "#BBFFFFFF",
|
||||
"infoTextColor": "#404040"
|
||||
},
|
||||
"whatsNewDialog": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"closeButtonColor": "#444444",
|
||||
"contentTextColor": "#0a0a0a",
|
||||
"headerDecorationColor": "#e8b800",
|
||||
"headerTextColor": "#0a0a0a",
|
||||
"linkColor": "#e8b800",
|
||||
"contentTextColor": "#0A0A0A",
|
||||
"headerDecorationColor": "#E8B800",
|
||||
"headerTextColor": "#0A0A0A",
|
||||
"linkColor": "#E8B800",
|
||||
"versionTextColor": "#858585"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user