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