use mlua::{ExternalError, FromLua, Lua, Table, Value}; use ratatui_core::style::Style; #[derive(Clone, Debug, Default)] pub struct InputStyles { pub normal: Option