Full popup description functionality

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent b24e0cdccd
commit ec980ea32c
11 changed files with 146 additions and 58 deletions
+4
View File
@@ -65,6 +65,10 @@ pub fn style_default() -> Style {
Style::default().fg(Color::White)
}
pub fn style_system_function() -> Style {
Style::default().fg(Color::Yellow)
}
pub fn style_primary() -> Style {
Style::default().fg(Color::Green)
}