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:
luisangelsm
2026-03-22 12:13:07 +01:00
parent 2560174a84
commit 0affbded6e
11 changed files with 587 additions and 527 deletions

View File

@ -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"
}
}