refactor: add info_box widget style

This commit is contained in:
CJ van den Berg 2026-02-05 15:59:39 +01:00
parent 69f5448f03
commit 6280d7d0b4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 12 additions and 0 deletions

View file

@ -169,6 +169,7 @@ pub fn theme_style_from_type(style_type: WidgetType, theme: *const Theme) Theme.
.editor => .{ .fg = theme.editor_widget.bg, .bg = theme.editor.bg },
},
.hint_window => .{ .fg = theme.editor_widget_border.fg, .bg = theme.editor_widget.bg },
.info_box => .{ .fg = theme.editor_widget_border.fg, .bg = theme.editor_widget.bg },
};
}