fix: minor home screen fixes

This commit is contained in:
CJ van den Berg 2025-06-03 19:16:22 +02:00
parent 609bc9d257
commit b9fbd6825d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 10 additions and 1 deletions

View file

@ -266,6 +266,7 @@ pub fn render(self: *Self, theme: *const Widget.Theme) bool {
self.plane.erase();
self.plane.home();
if (self.fire) |*fire| fire.render();
self.plane.set_base_style(theme.editor);
const style_title = if (tui.find_scope_style(theme, "function")) |sty| sty.style else theme.editor;
const style_subtext = if (tui.find_scope_style(theme, "comment")) |sty| sty.style else theme.editor;