feat: add config and color_scheme modules

This commit is contained in:
2026-08-03 19:10:43 -04:00
parent d6492fe68a
commit 3296e495fe
3 changed files with 429 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
mod color_scheme;
mod config;
use gtk::prelude::*;
use gtk::{glib, Application, ApplicationWindow};