Give a full-width background to the diagnostic headers

This commit is contained in:
Max Brunsfeld 2022-01-06 17:55:56 -08:00
parent 2b36ab0de7
commit 94e9c7fd5b
4 changed files with 27 additions and 7 deletions

View file

@ -261,6 +261,8 @@ pub struct EditorStyle {
#[derive(Copy, Clone, Deserialize, Default)]
pub struct DiagnosticStyle {
pub text: Color,
#[serde(default)]
pub header: ContainerStyle,
}
#[derive(Clone, Copy, Default, Deserialize)]