gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
315 stars 19 forks source link

🖍 Fixing black in black prints at coffe smoke and gears #41

Closed CarlosCraveiro closed 5 months ago

CarlosCraveiro commented 5 months ago

I was not possible to see both the coffee smoke and the cute wrenches at the configuration screen. So I fixed some "Black in Black" prints that I found at anim.c

Before

Skip_bug_click This is a giff from a bug I already reported at issue #40 . But the important part is the absence of the smoke.

Screenshot-2024-03-23_23-18-54

After

Screenshot-2024-03-23_23-20-13 Screenshot-2024-03-23_23-29-58

gabrielzschmitz commented 5 months ago

Thanks man, as many user have the same issue. But I suggest you change the color0 (black) to be different from your background color. My xresources for exemple:

! catppuccin mocha
*background: #1E1E2E
*foreground: #CDD6F4

! black
*color0: #45475A
*color8: #585B70

! red
*color1: #F38BA8
*color9: #F38BA8

! green
*color2: #A6E3A1
*color10: #A6E3A1

! yellow
*color3: #F9E2AF
*color11: #F9E2AF

! blue
*color4: #89B4FA
*color12: #89B4FA

! magenta
*color5: #F5C2E7
*color13: #F5C2E7

! cyan
*color6: #94E2D5
*color14: #94E2D5

! white
*color7: #BAC2DE
*color15: #A6ADC8