From 0908165c0eb361c4d06179aaa2c43334250929fe Mon Sep 17 00:00:00 2001 From: marceml Date: Wed, 4 Dec 2024 14:45:48 +0100 Subject: [PATCH 1/4] fix unreadable color --- khal/ui/colors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/khal/ui/colors.py b/khal/ui/colors.py index 5cffb116d..c79996687 100644 --- a/khal/ui/colors.py +++ b/khal/ui/colors.py @@ -59,7 +59,7 @@ ('editbx', 'light gray', 'dark blue'), ('editcp', 'black', 'light gray', 'standout'), - ('popupbg', 'white', 'black', 'bold'), + ('popupbg', 'white', 'white', 'bold'), ('popupper', 'white', 'dark cyan'), ('caption', 'white', '', 'bold'), ] @@ -101,7 +101,7 @@ ('editbx', 'light gray', 'dark blue'), ('editcp', 'black', 'light gray', 'standout'), - ('popupbg', 'white', 'black', 'bold'), + ('popupbg', 'white', 'white', 'bold'), ('popupper', 'black', 'light gray'), ('caption', 'black', '', ''), ] From 9b1692f8f01372e623e23466d99c8d41327c1939 Mon Sep 17 00:00:00 2001 From: marceml Date: Wed, 4 Dec 2024 14:49:23 +0100 Subject: [PATCH 2/4] fix unreadable color 1353 --- khal/ui/colors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/khal/ui/colors.py b/khal/ui/colors.py index c79996687..f894fee76 100644 --- a/khal/ui/colors.py +++ b/khal/ui/colors.py @@ -107,3 +107,4 @@ ] themes: Dict[str, List[Tuple[str, ...]]] = {'light': light, 'dark': dark} + From 668cf4d82ac4fd4027c9358a03c523a5a8b810c1 Mon Sep 17 00:00:00 2001 From: marceml Date: Wed, 4 Dec 2024 15:17:45 +0100 Subject: [PATCH 3/4] update colors.py --- khal/ui/colors.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/khal/ui/colors.py b/khal/ui/colors.py index f894fee76..5d254ddfe 100644 --- a/khal/ui/colors.py +++ b/khal/ui/colors.py @@ -59,7 +59,7 @@ ('editbx', 'light gray', 'dark blue'), ('editcp', 'black', 'light gray', 'standout'), - ('popupbg', 'white', 'white', 'bold'), + ('popupbg', 'white', 'black', 'bold'), ('popupper', 'white', 'dark cyan'), ('caption', 'white', '', 'bold'), ] @@ -106,5 +106,4 @@ ('caption', 'black', '', ''), ] -themes: Dict[str, List[Tuple[str, ...]]] = {'light': light, 'dark': dark} - +themes: Dict[str, List[Tuple[str, ...]]] = {'light': light, 'dark': dark} \ No newline at end of file From 9759a975a8566fb6de22ac4d5b5c785e610ca8b9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:19:47 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- khal/ui/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/khal/ui/colors.py b/khal/ui/colors.py index 5d254ddfe..009c1ce6c 100644 --- a/khal/ui/colors.py +++ b/khal/ui/colors.py @@ -106,4 +106,4 @@ ('caption', 'black', '', ''), ] -themes: Dict[str, List[Tuple[str, ...]]] = {'light': light, 'dark': dark} \ No newline at end of file +themes: Dict[str, List[Tuple[str, ...]]] = {'light': light, 'dark': dark}