mirror of https://github.com/lapce/lapce.git
Capture improvement from cargo-ui/svg.rs.
This is the only difference between the two files.
This commit is contained in:
parent
5e569bb77e
commit
248ae5691e
|
@ -122,8 +122,6 @@ pub fn completion_svg(
|
|||
|
||||
Some((
|
||||
get_svg(&format!("symbol-{}.svg", kind_str))?,
|
||||
config
|
||||
.get_color(&("style.".to_string() + theme_str))
|
||||
.cloned(),
|
||||
config.get_style_color(theme_str).cloned(),
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue