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,36 +1,36 @@
|
||||
{
|
||||
"comicFlow": {
|
||||
"backgroundColor": "#dcdcdc",
|
||||
"readMainColor": "#db4725",
|
||||
"readTickColor": "#8a2c17",
|
||||
"readingColor": "#e6b90f",
|
||||
"backgroundColor": "#DCDCDC",
|
||||
"readMainColor": "#DB4725",
|
||||
"readTickColor": "#8A2C17",
|
||||
"readingColor": "#E6B90F",
|
||||
"textColor": "#303030"
|
||||
},
|
||||
"comicsViewTable": {
|
||||
"alternateBackgroundColor": "#f2f2f2",
|
||||
"backgroundColor": "#fafafa",
|
||||
"headerBackgroundColor": "#f5f5f5",
|
||||
"headerBorderColor": "#b8bdc4",
|
||||
"headerGradientColor": "#f5f5f5",
|
||||
"alternateBackgroundColor": "#F2F2F2",
|
||||
"backgroundColor": "#FAFAFA",
|
||||
"headerBackgroundColor": "#F5F5F5",
|
||||
"headerBorderColor": "#B8BDC4",
|
||||
"headerGradientColor": "#F5F5F5",
|
||||
"headerTextColor": "#313232",
|
||||
"itemBorderBottomColor": "#dfdfdf",
|
||||
"itemBorderBottomColor": "#DFDFDF",
|
||||
"itemBorderBottomWidth": 0,
|
||||
"itemBorderTopColor": "#fefefe",
|
||||
"itemBorderTopColor": "#FEFEFE",
|
||||
"itemBorderTopWidth": 0,
|
||||
"itemTextColor": "#252626",
|
||||
"selectedColor": "#595959",
|
||||
"selectedTextColor": "#ffffff",
|
||||
"starRatingColor": "#e9be0f",
|
||||
"starRatingSelectedColor": "#ffffff"
|
||||
"selectedTextColor": "#FFFFFF",
|
||||
"starRatingColor": "#E9BE0F",
|
||||
"starRatingSelectedColor": "#FFFFFF"
|
||||
},
|
||||
"comicsViewToolbar": {
|
||||
"backgroundColor": "#f0f0f0",
|
||||
"checkedBackgroundColor": "#cccccc",
|
||||
"backgroundColor": "#F0F0F0",
|
||||
"checkedBackgroundColor": "#CCCCCC",
|
||||
"iconColor": "#404040",
|
||||
"separatorColor": "#cccccc"
|
||||
"separatorColor": "#CCCCCC"
|
||||
},
|
||||
"contentSplitter": {
|
||||
"handleColor": "#f0f0f0",
|
||||
"handleColor": "#F0F0F0",
|
||||
"horizontalHandleHeight": 4,
|
||||
"verticalHandleWidth": 4
|
||||
},
|
||||
@ -38,84 +38,84 @@
|
||||
"iconColor": "#606060"
|
||||
},
|
||||
"emptyContainer": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"iconColor": "#cccccc",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"iconColor": "#CCCCCC",
|
||||
"titleTextColor": "#888888"
|
||||
},
|
||||
"gridAndInfoView": {
|
||||
"backgroundBlurOverlayColor": "#9e9e9e",
|
||||
"backgroundColor": "#f6f6f6",
|
||||
"borderColor": "#dbdbdb",
|
||||
"buttonColor": "#ffcc00",
|
||||
"buttonShadowColor": "#aa000000",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"cellColor": "#ffffff",
|
||||
"cellColorWithBackground": "#99ffffff",
|
||||
"cellSelectedBorderColor": "#ffcc00",
|
||||
"cellSelectedColor": "#ffffff",
|
||||
"comicCoverBorderColor": "#30ffffff",
|
||||
"continueReadingBackgroundColor": "#e8e8e8",
|
||||
"backgroundBlurOverlayColor": "#9E9E9E",
|
||||
"backgroundColor": "#F6F6F6",
|
||||
"borderColor": "#DBDBDB",
|
||||
"buttonColor": "#FFCC00",
|
||||
"buttonShadowColor": "#AA000000",
|
||||
"buttonTextColor": "#FFFFFF",
|
||||
"cellColor": "#FFFFFF",
|
||||
"cellColorWithBackground": "#99FFFFFF",
|
||||
"cellSelectedBorderColor": "#FFCC00",
|
||||
"cellSelectedColor": "#FFFFFF",
|
||||
"comicCoverBorderColor": "#30FFFFFF",
|
||||
"continueReadingBackgroundColor": "#E8E8E8",
|
||||
"continueReadingTextColor": "#000000",
|
||||
"currentComicBackgroundColor": "#88ffffff",
|
||||
"currentComicCoverShadowColor": "#ff000000",
|
||||
"favCheckedColor": "#e84852",
|
||||
"favUncheckedColor": "#dedede",
|
||||
"folderCoverBorderColor": "#20ffffff",
|
||||
"infoBackgroundColor": "#ffffff",
|
||||
"currentComicBackgroundColor": "#88FFFFFF",
|
||||
"currentComicCoverShadowColor": "#FF000000",
|
||||
"favCheckedColor": "#E84852",
|
||||
"favUncheckedColor": "#DEDEDE",
|
||||
"folderCoverBorderColor": "#20FFFFFF",
|
||||
"infoBackgroundColor": "#FFFFFF",
|
||||
"infoBorderColor": "#808080",
|
||||
"infoMetadataTextColor": "#404040",
|
||||
"infoScrollbarColor": "#ff424246",
|
||||
"infoScrollbarColor": "#FF424246",
|
||||
"infoShadowColor": "#444444",
|
||||
"infoTextColor": "#2e2e2e",
|
||||
"infoTextColor": "#2E2E2E",
|
||||
"itemDetailsColor": "#636363",
|
||||
"itemTitleColor": "#121212",
|
||||
"linkColor": "#ffcc00",
|
||||
"newItemColor": "#ffffcc00",
|
||||
"placeholderFolder1BorderColor": "#20ffffff",
|
||||
"linkColor": "#FFCC00",
|
||||
"newItemColor": "#FFFFCC00",
|
||||
"placeholderFolder1BorderColor": "#20FFFFFF",
|
||||
"placeholderFolder1Color": "#20000000",
|
||||
"placeholderFolder2BorderColor": "#20ffffff",
|
||||
"placeholderFolder2BorderColor": "#20FFFFFF",
|
||||
"placeholderFolder2Color": "#88000000",
|
||||
"ratingSelectedColor": "#2b2b2b",
|
||||
"ratingUnselectedColor": "#dedede",
|
||||
"readTickCheckedColor": "#e84852",
|
||||
"readTickUncheckedColor": "#dedede",
|
||||
"scrollbarBorderColor": "#aa313131",
|
||||
"ratingSelectedColor": "#2B2B2B",
|
||||
"ratingUnselectedColor": "#DEDEDE",
|
||||
"readTickCheckedColor": "#E84852",
|
||||
"readTickUncheckedColor": "#DEDEDE",
|
||||
"scrollbarBorderColor": "#AA313131",
|
||||
"scrollbarColor": "#88424242",
|
||||
"showDropShadow": true
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#302f2d",
|
||||
"linkColor": "#c19441"
|
||||
"headingColor": "#302F2D",
|
||||
"linkColor": "#C19441"
|
||||
},
|
||||
"importWidget": {
|
||||
"backgroundColor": "#fafafa",
|
||||
"coversDecorationBgColor": "#e6e6e6",
|
||||
"coversDecorationShadowColor": "#a1a1a1",
|
||||
"backgroundColor": "#FAFAFA",
|
||||
"coversDecorationBgColor": "#E6E6E6",
|
||||
"coversDecorationShadowColor": "#A1A1A1",
|
||||
"coversLabelColor": "#565959",
|
||||
"coversViewBackgroundColor": "#e6e6e6",
|
||||
"coversViewBackgroundColor": "#E6E6E6",
|
||||
"currentComicTextColor": "#565959",
|
||||
"descriptionTextColor": "#565959",
|
||||
"glowLineColor": "#ffe100",
|
||||
"glowLineColor": "#FFE100",
|
||||
"iconCheckedColor": "#565959",
|
||||
"iconColor": "#495252",
|
||||
"modeIconColor": "#e6e6e6",
|
||||
"modeIconColor": "#E6E6E6",
|
||||
"titleTextColor": "#495252"
|
||||
},
|
||||
"libraryItem": {
|
||||
"libraryIconColor": "#606060",
|
||||
"libraryIconSelectedColor": "#ffffff",
|
||||
"libraryIconShadowColor": "#ffffff",
|
||||
"libraryOptionsIconColor": "#ffffff",
|
||||
"libraryIconSelectedColor": "#FFFFFF",
|
||||
"libraryIconShadowColor": "#FFFFFF",
|
||||
"libraryOptionsIconColor": "#FFFFFF",
|
||||
"selectedBackgroundColor": "#333133",
|
||||
"selectedTextColor": "#ffffff",
|
||||
"selectedTextColor": "#FFFFFF",
|
||||
"textColor": "#000000"
|
||||
},
|
||||
"mainToolbar": {
|
||||
"backgroundColor": "#f0f0f0",
|
||||
"dividerColor": "#b8bdc4",
|
||||
"backgroundColor": "#F0F0F0",
|
||||
"dividerColor": "#B8BDC4",
|
||||
"folderNameColor": "#333133",
|
||||
"iconColor": "#333133",
|
||||
"iconDisabledColor": "#b0b0b0"
|
||||
"iconDisabledColor": "#B0B0B0"
|
||||
},
|
||||
"menuIcons": {
|
||||
"iconColor": "#606060"
|
||||
@ -129,136 +129,136 @@
|
||||
},
|
||||
"metadataScraperDialog": {
|
||||
"busyIndicatorColor": "#000000",
|
||||
"buttonBackgroundColor": "#e0e0e0",
|
||||
"buttonBorderColor": "#cccccc",
|
||||
"buttonBackgroundColor": "#E0E0E0",
|
||||
"buttonBorderColor": "#CCCCCC",
|
||||
"buttonTextColor": "#000000",
|
||||
"checkBoxTickColor": "#000000",
|
||||
"contentAltBackgroundColor": "#e0e0e0",
|
||||
"contentBackgroundColor": "#ececec",
|
||||
"contentAltBackgroundColor": "#E0E0E0",
|
||||
"contentBackgroundColor": "#ECECEC",
|
||||
"contentTextColor": "#000000",
|
||||
"dialogBackgroundColor": "#fbfbfb",
|
||||
"dialogBackgroundColor": "#FBFBFB",
|
||||
"downArrowColor": "#222222",
|
||||
"hyperlinkColor": "#ffcc00",
|
||||
"labelBackgroundColor": "#ececec",
|
||||
"hyperlinkColor": "#FFCC00",
|
||||
"labelBackgroundColor": "#ECECEC",
|
||||
"labelTextColor": "#000000",
|
||||
"navIconColor": "#222222",
|
||||
"radioCheckedBackgroundColor": "#e0e0e0",
|
||||
"radioCheckedBackgroundColor": "#E0E0E0",
|
||||
"radioCheckedIndicatorColor": "#222222",
|
||||
"radioUncheckedColor": "#e0e0e0",
|
||||
"radioUncheckedColor": "#E0E0E0",
|
||||
"rowIconColor": "#222222",
|
||||
"tableAltBackgroundColor": "#fafafa",
|
||||
"tableBackgroundColor": "#f4f4f4",
|
||||
"tableBorderColor": "#cccccc",
|
||||
"tableHeaderBackgroundColor": "#e0e0e0",
|
||||
"tableHeaderBorderColor": "#c0c0c0",
|
||||
"tableHeaderGradientColor": "#e0e0e0",
|
||||
"tableAltBackgroundColor": "#FAFAFA",
|
||||
"tableBackgroundColor": "#F4F4F4",
|
||||
"tableBorderColor": "#CCCCCC",
|
||||
"tableHeaderBackgroundColor": "#E0E0E0",
|
||||
"tableHeaderBorderColor": "#C0C0C0",
|
||||
"tableHeaderGradientColor": "#E0E0E0",
|
||||
"tableHeaderTextColor": "#333333",
|
||||
"tableScrollBackgroundColor": "#d0d0d0",
|
||||
"tableScrollBackgroundColor": "#D0D0D0",
|
||||
"tableScrollHandleColor": "#888888",
|
||||
"tableSectionBorderDark": "#cccccc",
|
||||
"tableSectionBorderLight": "#ffffff",
|
||||
"tableSelectedColor": "#dddddd",
|
||||
"toolButtonAccentColor": "#a0a0a0",
|
||||
"tableSectionBorderDark": "#CCCCCC",
|
||||
"tableSectionBorderLight": "#FFFFFF",
|
||||
"tableSelectedColor": "#DDDDDD",
|
||||
"toolButtonAccentColor": "#A0A0A0",
|
||||
"upArrowColor": "#222222"
|
||||
},
|
||||
"navigationTree": {
|
||||
"branchIndicatorColor": "#606060",
|
||||
"branchIndicatorSelectedColor": "#ffffff",
|
||||
"branchIndicatorSelectedColor": "#FFFFFF",
|
||||
"folderIconColor": "#606060",
|
||||
"folderIconSelectedColor": "#ffffff",
|
||||
"folderIconSelectedColor": "#FFFFFF",
|
||||
"folderIconSelectedShadowColor": "#161616",
|
||||
"folderIconShadowColor": "#ffffff",
|
||||
"folderNotCompletedColor": "#555f7f",
|
||||
"folderReadOverlayColor": "#ffffff",
|
||||
"folderIconShadowColor": "#FFFFFF",
|
||||
"folderNotCompletedColor": "#555F7F",
|
||||
"folderReadOverlayColor": "#FFFFFF",
|
||||
"folderReadOverlaySelectedColor": "#161616",
|
||||
"newItemColor": "#555f7f",
|
||||
"scrollBackgroundColor": "#e0e0e0",
|
||||
"newItemColor": "#555F7F",
|
||||
"scrollBackgroundColor": "#E0E0E0",
|
||||
"scrollHandleColor": "#888888",
|
||||
"selectedTextColor": "#ffffff",
|
||||
"selectedTextColor": "#FFFFFF",
|
||||
"selectionBackgroundColor": "#333133",
|
||||
"textColor": "#000000"
|
||||
},
|
||||
"noLibrariesWidget": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"descriptionTextColor": "#565959",
|
||||
"iconColor": "#cccccc",
|
||||
"noLibrariesLineColor": "#a8a8a8",
|
||||
"iconColor": "#CCCCCC",
|
||||
"noLibrariesLineColor": "#A8A8A8",
|
||||
"textColor": "#495252"
|
||||
},
|
||||
"readingListIcons": {
|
||||
"currentlyReadingMainColor": "#ffcc00",
|
||||
"currentlyReadingMainSelectedColor": "#ffcc00",
|
||||
"currentlyReadingMainColor": "#FFCC00",
|
||||
"currentlyReadingMainSelectedColor": "#FFCC00",
|
||||
"currentlyReadingOuterColor": "#000000",
|
||||
"currentlyReadingOuterSelectedColor": "#000000",
|
||||
"favoritesMainColor": "#e15055",
|
||||
"favoritesMainSelectedColor": "#e15055",
|
||||
"favoritesMainColor": "#E15055",
|
||||
"favoritesMainSelectedColor": "#E15055",
|
||||
"labelColors": {
|
||||
"blue": "#82c7ff",
|
||||
"cyan": "#a0fddb",
|
||||
"dark": "#b7b7b7",
|
||||
"green": "#ade738",
|
||||
"light": "#cbcbcb",
|
||||
"orange": "#f5c240",
|
||||
"pink": "#fd9cda",
|
||||
"purple": "#d692fc",
|
||||
"red": "#f67a7b",
|
||||
"violet": "#8f95ff",
|
||||
"white": "#fcfcfc",
|
||||
"yellow": "#f2e446"
|
||||
"blue": "#82C7FF",
|
||||
"cyan": "#A0FDDB",
|
||||
"dark": "#B7B7B7",
|
||||
"green": "#ADE738",
|
||||
"light": "#CBCBCB",
|
||||
"orange": "#F5C240",
|
||||
"pink": "#FD9CDA",
|
||||
"purple": "#D692FC",
|
||||
"red": "#F67A7B",
|
||||
"violet": "#8F95FF",
|
||||
"white": "#FCFCFC",
|
||||
"yellow": "#F2E446"
|
||||
},
|
||||
"labelShadowColor": "#8f8f8f",
|
||||
"labelShadowColor": "#8F8F8F",
|
||||
"labelShadowSelectedColor": "#161616",
|
||||
"listDetailColor": "#ffffff",
|
||||
"listDetailColor": "#FFFFFF",
|
||||
"listDetailSelectedColor": "#161616",
|
||||
"listMainColor": "#808080",
|
||||
"listMainSelectedColor": "#ffffff",
|
||||
"listShadowColor": "#8f8f8f",
|
||||
"listMainSelectedColor": "#FFFFFF",
|
||||
"listShadowColor": "#8F8F8F",
|
||||
"listShadowSelectedColor": "#161616",
|
||||
"readingListMainColor": "#808080",
|
||||
"readingListMainSelectedColor": "#808080",
|
||||
"specialListShadowColor": "#8f8f8f",
|
||||
"specialListShadowColor": "#8F8F8F",
|
||||
"specialListShadowSelectedColor": "#161616"
|
||||
},
|
||||
"searchLineEdit": {
|
||||
"backgroundColor": "#333133",
|
||||
"iconColor": "#efefef",
|
||||
"textColor": "#ffffff"
|
||||
"iconColor": "#EFEFEF",
|
||||
"textColor": "#FFFFFF"
|
||||
},
|
||||
"serverConfigDialog": {
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"checkBoxTextColor": "#262626",
|
||||
"decorationColor": "#606060",
|
||||
"labelTextColor": "#575757",
|
||||
"propagandaTextColor": "#4d4d4d",
|
||||
"qrBackgroundColor": "#ffffff",
|
||||
"propagandaTextColor": "#4D4D4D",
|
||||
"qrBackgroundColor": "#FFFFFF",
|
||||
"qrForegroundColor": "#606060",
|
||||
"qrMessageTextColor": "#a3a3a3",
|
||||
"qrMessageTextColor": "#A3A3A3",
|
||||
"titleTextColor": "#474747"
|
||||
},
|
||||
"shortcutsIcons": {
|
||||
"iconColor": "#606060"
|
||||
},
|
||||
"sidebar": {
|
||||
"backgroundColor": "#fbfbfb",
|
||||
"backgroundColor": "#FBFBFB",
|
||||
"busyIndicatorColor": "#808080",
|
||||
"sectionSeparatorColor": "#e0e0e0",
|
||||
"sectionSeparatorColor": "#E0E0E0",
|
||||
"separatorColor": "#808080",
|
||||
"titleDropShadowColor": "#ffffff",
|
||||
"titleTextColor": "#4a494a",
|
||||
"titleDropShadowColor": "#FFFFFF",
|
||||
"titleTextColor": "#4A494A",
|
||||
"uppercaseLabels": true
|
||||
},
|
||||
"sidebarIcons": {
|
||||
"iconColor": "#4f4e4f",
|
||||
"shadowColor": "#fbfbfb",
|
||||
"iconColor": "#4F4E4F",
|
||||
"shadowColor": "#FBFBFB",
|
||||
"useSystemFolderIcons": false
|
||||
},
|
||||
"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