Fix #2038378 [[Enhancement] Use a darker or different color in the Change library access permission popup](https://bugs.launchpad.net/calibre/+bug/2038378)

This commit is contained in:
Kovid Goyal 2023-10-04 05:47:21 +05:30
parent 80d660c334
commit 7897c92a3a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -60,7 +60,7 @@ builtin_colors_light = {
'purple': '#d9b2ff', 'purple': '#d9b2ff',
} }
builtin_colors_dark = { builtin_colors_dark = {
'yellow': '#c18d18', 'yellow': '#906e00',
'green': '#306f50', 'green': '#306f50',
'blue': '#265589', 'blue': '#265589',
'red': '#a23e5a', 'red': '#a23e5a',