Skip to content

Commit a28540e

Browse files
committed
Grey background
1 parent b194a1b commit a28540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/shaders.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ void before_render() {
224224
void after_render(double pixels) {
225225
// second pass
226226
glBindFramebuffer(GL_FRAMEBUFFER, 0); // back to default
227-
glClearColor(1.0f, 1.0f, 1.0f, 1.0f);
227+
glClearColor(0.5f, 0.5f, 0.5f, 1.0f);
228228
glClear(GL_COLOR_BUFFER_BIT);
229229

230230
printf("%f\n", pixels);

0 commit comments

Comments
 (0)