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((
|
Some((
|
||||||
get_svg(&format!("symbol-{}.svg", kind_str))?,
|
get_svg(&format!("symbol-{}.svg", kind_str))?,
|
||||||
config
|
config.get_style_color(theme_str).cloned(),
|
||||||
.get_color(&("style.".to_string() + theme_str))
|
|
||||||
.cloned(),
|
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue