refactor: add info_box widget style
This commit is contained in:
parent
69f5448f03
commit
6280d7d0b4
3 changed files with 12 additions and 0 deletions
|
|
@ -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 },
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue