Give a full-width background to the diagnostic headers
This commit is contained in:
parent
2b36ab0de7
commit
94e9c7fd5b
4 changed files with 27 additions and 7 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue