gh-128317: Highlight today in colour in calendar CLI output (#128318)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
Hugo van Kemenade 2025-01-03 14:56:24 +02:00 committed by GitHub
parent fa985bee61
commit f21af186bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 85 additions and 13 deletions

View file

@ -6,9 +6,11 @@ COLORIZE = True
class ANSIColors:
BACKGROUND_YELLOW = "\x1b[43m"
BOLD_GREEN = "\x1b[1;32m"
BOLD_MAGENTA = "\x1b[1;35m"
BOLD_RED = "\x1b[1;31m"
BLACK = "\x1b[30m"
GREEN = "\x1b[32m"
GREY = "\x1b[90m"
MAGENTA = "\x1b[35m"