feat: add hint_window widget type
This commit is contained in:
parent
4658c4820f
commit
e4dba00625
3 changed files with 5 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ pub fn theme_style_from_type(style_type: WidgetType, theme: *const Theme) Theme.
|
|||
.panel => .{ .fg = theme.editor_widget.bg, .bg = theme.panel.bg },
|
||||
.editor => .{ .fg = theme.editor_widget.bg, .bg = theme.editor.bg },
|
||||
},
|
||||
.hint_window => .{ .fg = theme.editor_widget_border.fg, .bg = theme.editor_widget.bg },
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue