summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 21:31:13 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 21:31:13 +0100
commitc6f932a1f65d23e327c09a5f90862da3d80cb6f9 (patch)
treea7dd26d5b130250c992d19f762e15051699d686b
parente55bf8a0b0c70095ad3b290011d19e28684a1c99 (diff)
use learn-opengl color :)
-rw-r--r--src/wayclock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayclock.cc b/src/wayclock.cc
index 1b79d2c..d381641 100644
--- a/src/wayclock.cc
+++ b/src/wayclock.cc
@@ -16,7 +16,7 @@ void wayc_frame(struct renderer_s* renderer, struct window_s* window,
wayc_notnull(loop);
wayc_notnull(renderer);
- glClearColor(0.1f, 0.2f, 0.3f, 1.0f);
+ glClearColor(0.1f, 0.2f, 0.2f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);
wayc_renderer_swap(renderer);