From 7897c92a3a57dfd61ab47ab4f979f5e6c26b3139 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 4 Oct 2023 05:47:21 +0530 Subject: [PATCH] Fix #2038378 [[Enhancement] Use a darker or different color in the Change library access permission popup](https://bugs.launchpad.net/calibre/+bug/2038378) --- src/calibre/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 6446ccb611..8301eed854 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -60,7 +60,7 @@ builtin_colors_light = { 'purple': '#d9b2ff', } builtin_colors_dark = { - 'yellow': '#c18d18', + 'yellow': '#906e00', 'green': '#306f50', 'blue': '#265589', 'red': '#a23e5a',