working change of the themes
This commit is contained in:
@@ -5,7 +5,7 @@ use ratatui::{
|
||||
style::Style,
|
||||
Frame,
|
||||
};
|
||||
use crate::config::colors::Theme;
|
||||
use crate::config::colors::themes::Theme;
|
||||
|
||||
pub fn render_background(f: &mut Frame, area: Rect, theme: &Theme) {
|
||||
let background = Block::default()
|
||||
|
||||
Reference in New Issue
Block a user