Capture improvement from cargo-ui/svg.rs.

This is the only difference between the two files.
This commit is contained in:
Philip Daniels 2022-04-03 16:43:10 +01:00
parent 5e569bb77e
commit 248ae5691e
1 changed files with 1 additions and 3 deletions

View File

@ -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(),
))
}