Allow underlines to have different color than the text
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
7d5425e142
commit
4069db4959
8 changed files with 63 additions and 42 deletions
|
@ -2763,7 +2763,7 @@ impl EditorSettings {
|
|||
font_size: 14.,
|
||||
color: Color::from_u32(0xff0000ff),
|
||||
font_properties,
|
||||
underline: false,
|
||||
underline: None,
|
||||
},
|
||||
placeholder_text: None,
|
||||
background: Default::default(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue