Add a theme entry for whitespace, use it to style whitespaces
Co-Authored-By: Antonio Scandurra <me@as-cii.com> Co-Authored-By: Kirill Bulatov <mail4score@gmail.com>
This commit is contained in:
parent
fb3ef4bcf6
commit
ab6b3adb2b
3 changed files with 4 additions and 2 deletions
|
@ -2202,7 +2202,7 @@ impl Element<Editor> for EditorElement {
|
|||
|
||||
let invisible_symbol_font_size = self.style.text.font_size / 2.0;
|
||||
let invisible_symbol_style = RunStyle {
|
||||
color: self.style.line_number,
|
||||
color: self.style.whitespace,
|
||||
font_id: self.style.text.font_id,
|
||||
underline: Default::default(),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue