dark-plus-syntax
dark-plus-syntax copied to clipboard
VS Code's default dark theme, but just a little bit better.
**Video** (click to watch): [](https://www.youtube.com/watch?v=TwrcCTGKEVU)
Extension: [link](https://marketplace.visualstudio.com/items?itemName=sumneko.lua)
I've made this issue to request for this amazing extension to be published on [open-vsx.org](https://open-vsx.org/). Open source builds of VS Code use Open VSX instead of VS marketplace to install...
# Bug  ## Describe the bug I'm using the **light-plus-syntax (high contrast)** theme In source control view, when clicking a file, the icons don't change to white. This does...
First, thanks a lot, this is actually a whole lot better than the default. The only thing I'm missing is a modifier to make custom type hints the same color...
```json { "name": "Macro in C/C++", "scope": "entity.name.function.preprocessor,meta.preprocessor.macro", "settings": { "fontStyle": "", "foreground": "#ca0bca" } }, ```` just like: 
I love this theme!! Just one thing I've noticed, colouring in the theme doesn't work in a file past the point where an `await foreach` block is declared in .Net...
Please fix ruby syntax in .html.erb, .erb for Ruby on Rails.  
Greate theme! has any plan for jetbrains ide such as goland etc.
If I add a return type hinting, All codes under the function declaration are changed to the same color(#9CDCFE) except for the function name. I found that this happens no...