barklan / kanagawa.vscode

A VS Code port of the Kanagawa.nvim theme.
MIT License
45 stars 6 forks source link

No foreign namespace coloring #4

Closed barklan closed 2 years ago

barklan commented 2 years ago

Rust namespaces are surimiOrange (#FFA066), while go and typescript are regular foreground. Here is a screenshot made in Neovim where errgroup is colored in orange while the rest of the packages are not. This is probably because it is the only foreign namespace (not stdlib or workspace-local). There is currently no way to color it like this in VS Code.

Screenshot_20220608_020046