working perfectly well, lets keep on going
This commit is contained in:
@@ -17,7 +17,7 @@ pub fn render_status_line(f: &mut Frame, area: Rect, current_dir: &str, theme: &
|
||||
Span::styled(current_dir, Style::default().fg(theme.fg)),
|
||||
Span::styled(
|
||||
program_info,
|
||||
Style::default().fg(theme.accent).add_modifier(ratatui::style::Modifier::BOLD),
|
||||
Style::default().fg(theme.secondary).add_modifier(ratatui::style::Modifier::BOLD), // Use `secondary` color
|
||||
),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user