system settings
git clone https://git.lucas.co/cce-system-interface.git
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),
});
}