working change of the themes

This commit is contained in:
filipriec
2025-03-22 22:55:43 +01:00
parent 5f6858251c
commit 16a7fa0bcc
14 changed files with 15 additions and 12 deletions

View File

@@ -1 +1,5 @@
// src/config/binds.rs
pub mod config;
pub use config::*;

View File

@@ -1,5 +1,4 @@
// src/config/mod.rs
pub mod config;
pub mod key_sequences;
pub mod binds;