be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
878 stars 67 forks source link

The 'Custom CSS and JS Loader' extension is not available in VS Code Web. #153

Closed brendan8c closed 3 years ago

brendan8c commented 3 years ago

Is it possible to use custom settings for VSCODE WEB? I am trying to change the color scheme.

.mtk1 { color: #f9690e; }
.mtk5 { color: #f9690e; }
.mtk9 { color: #7ed07e; }

2021-08-12 15_34_55-Window

be5invis commented 3 years ago

Because this extension modifies VSCode itself, so it cannot be used on the web. Closing as by design.