refactor: restructure project

This commit is contained in:
Pihkaal
2024-01-21 13:18:54 +01:00
parent a2a6697afd
commit c115e7b450
10 changed files with 297 additions and 218 deletions

View File

@@ -5,8 +5,10 @@ use crossterm::style::Color;
use ini::configparser::ini::Ini;
use crate::{
color::{generate_gradient, parse_hex_color, ComputableColor},
debug, get_app_mode, AppMode,
get_app_mode,
modes::debug,
rendering::color::{generate_gradient, parse_hex_color, ComputableColor},
AppMode,
};
pub struct Config {