mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
added configuration for diagnostic icons
This is to aid accessibility. Some themes are not gread for colourblind people. With this configuration, they can easily change the icons that appear around the editor (gutter, statusbar) to make them easier to distinguish! small fix
This commit is contained in:
parent
d8e82eed49
commit
8e95c510f9
@ -83,7 +83,7 @@ pub fn diagnostic<'doc>(
|
||||
Some(Severity::Info) => info,
|
||||
Some(Severity::Hint) => hint,
|
||||
};
|
||||
write!(out, "{}", indicator).ok();
|
||||
out.push(indicator);
|
||||
style
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user