sectasy0/fleet_one_dark

[Fixed] Brackets Highlight not working

Closed this issue · 4 comments

In Fleet Provided Themes brackets highlight is working for all {}, (), [] but not in one dark theme.

Default Theme:
Screenshot 2023-08-26 at 2 08 23 AM

One Dark Theme:
Screenshot 2023-08-26 at 2 08 51 AM

TLDR; i don't have enough knowledge of themes to identify and fix this.

Hi, are you referring to the background for the signs? In One Dark these characters do not have any fixed background, it is a standard behavior. If you want I can help you set

Yeah that'll be great, i need a way to get them highlighted because it causes issues when it's nested.
Btw, thanks for this cool theme.

Yeah that'll be great, I need a way to get them highlighted because it causes issues when it's nested. Btw, thanks for this cool theme.

I figured out how to add this highlight, you just have to put it before "comment". I will push a commit later

"editor.brace.highlighted": {
    "bgColor": "#515a6b", 
    "layer": 300
 },

Thanks Bro, it works now.