git.lucas.co / cce-system-interface
system settings
git clone https://git.lucas.co/cce-system-interface.git

commitae6e64c555602d3b4d0c886fc42c56be106ecf77
parent5619a7a44a
authorLucas Galante <[email protected]>
date2026-05-23 15:43
Style adjustment: darken page labels in sidebar

 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 2fd0130..f4106db 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -363,7 +363,7 @@ impl SystemInterface {
             text_items.push(TextItem {
                 buffer: make_text_buffer(&mut self.font_system, page.label(), 12.0 * s),
                 x: 16.0 * s, y: y + 9.0 * s,
-                color: glyphon::Color::rgb(0x55, 0x55, 0x77),
+                color: glyphon::Color::rgb(0x33, 0x33, 0x4a),
             });
         }