Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated extension #48

Merged
merged 1 commit into from Apr 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Expand Up @@ -15,7 +15,6 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Python](#python)
- [Rust](#rust)
- [Themes](#themes)
- [Custom theme for VS code](#custom-theme-for-vs-code)
- [Material-theme](#material-theme)
- [Base16 Ocean Kit](#base16-ocean-kit)
- [Seti](#seti)
Expand Down Expand Up @@ -155,13 +154,6 @@ Unlike some other editors, VS Code supports IntelliSense, linting, outline out-o

Unfortunately, VS Code doesn't support custom UI themes yet https://github.com/Microsoft/vscode/issues/1833

However, this extension allow you to do it by patching VS code, until it's implemented as a default feature :

#### [Custom theme for VS code](https://marketplace.visualstudio.com/items?itemName=bentx.vscode-custom-theme)
> Customize your Visual Studio Code experience, use your own colors.

![](https://raw.githubusercontent.com/bentx/vscode-custom-theme/master/images/screen.gif)

If you're feeling brave, there are at least two custom UIs for VS Code:

- [Essence](https://github.com/flagello/Essence)
Expand Down