Updated the terminal color escape sequences in git-cal to remove an explicit background color setting. By switching from \[40;38;5;... to \[38;5;..., the tool now respects the user's terminal background transparency settings instead of forcing a black background. This ensures better theme integration for those using transparent terminal emulators. Fixing terminal colors