mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Better naming in some of the theme properties used in qml
This commit is contained in:
@ -45,42 +45,42 @@
|
||||
"backgroundBlurOverlayColor": "#2a2a2a",
|
||||
"backgroundColor": "#2a2a2a",
|
||||
"borderColor": "#121212",
|
||||
"buttonColor": "#ffcc00",
|
||||
"buttonShadowColor": "#aa000000",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"cellColor": "#212121",
|
||||
"cellColorWithBackground": "#99212121",
|
||||
"cellSelectedBorderColor": "#ffcc00",
|
||||
"cellSelectedColor": "#121212",
|
||||
"comicCoverBorderColor": "#30ffffff",
|
||||
"continueReadingBackgroundColor": "#88000000",
|
||||
"continueReadingColor": "#ffffff",
|
||||
"continueReadingTextColor": "#ffffff",
|
||||
"currentComicBackgroundColor": "#88000000",
|
||||
"currentComicCoverShadowColor": "#ff000000",
|
||||
"favCheckedColor": "#e84852",
|
||||
"favUncheckedColor": "#1c1c1c",
|
||||
"folderCoverBorderColor": "#20ffffff",
|
||||
"infoBackgroundColor": "#2e2e2e",
|
||||
"infoBorderColor": "#404040",
|
||||
"infoMetadataTextColor": "#b0b0b0",
|
||||
"infoScrollbarColor": "#ff424246",
|
||||
"infoShadowColor": "#000000",
|
||||
"infoTextColor": "#b0b0b0",
|
||||
"infoTitleColor": "#ffffff",
|
||||
"infoTextColor": "#ffffff",
|
||||
"itemDetailsColor": "#a8a8a8",
|
||||
"itemTitleColor": "#ffffff",
|
||||
"linkColor": "#ffcc00",
|
||||
"newItemColor": "#ffffcc00",
|
||||
"placeholderFolder1BorderColor": "#20ffffff",
|
||||
"placeholderFolder1Color": "#20000000",
|
||||
"placeholderFolder2BorderColor": "#20ffffff",
|
||||
"placeholderFolder2Color": "#88000000",
|
||||
"ratingSelectedColor": "#ffffff",
|
||||
"ratingUnselectedColor": "#1c1c1c",
|
||||
"readTickCheckedColor": "#e84852",
|
||||
"readTickUncheckedColor": "#1c1c1c",
|
||||
"selectedBorderColor": "#ffcc00",
|
||||
"selectedColor": "#121212",
|
||||
"showDropShadow": true,
|
||||
"textColor": "#a8a8a8",
|
||||
"titleColor": "#ffffff",
|
||||
"newItemColor": "#ffffcc00",
|
||||
"buttonColor": "#ffcc00",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"linkColor": "#ffcc00",
|
||||
"scrollbarColor": "#88424242",
|
||||
"scrollbarBorderColor": "#aa313131",
|
||||
"infoScrollbarColor": "#ff424246",
|
||||
"comicCoverBorderColor": "#30ffffff",
|
||||
"folderCoverBorderColor": "#20ffffff",
|
||||
"placeholderFolder1Color": "#20000000",
|
||||
"placeholderFolder1BorderColor": "#20ffffff",
|
||||
"placeholderFolder2Color": "#88000000",
|
||||
"placeholderFolder2BorderColor": "#20ffffff",
|
||||
"currentComicCoverShadowColor": "#ff000000",
|
||||
"buttonShadowColor": "#aa000000"
|
||||
"scrollbarColor": "#88424242",
|
||||
"showDropShadow": true
|
||||
},
|
||||
"helpAboutDialog": {
|
||||
"headingColor": "#302f2d",
|
||||
@ -166,10 +166,10 @@
|
||||
"folderIconSelectedColor": "#e0e0e0",
|
||||
"folderIconSelectedShadowColor": "#000000",
|
||||
"folderIconShadowColor": "#000000",
|
||||
"newItemColor": "#edc518",
|
||||
"folderNotCompletedColor": "#edc518",
|
||||
"folderReadOverlayColor": "#464646",
|
||||
"folderReadOverlaySelectedColor": "#464646",
|
||||
"newItemColor": "#edc518",
|
||||
"scrollBackgroundColor": "#404040",
|
||||
"scrollHandleColor": "#dddddd",
|
||||
"selectedTextColor": "#ffffff",
|
||||
|
||||
Reference in New Issue
Block a user