Skip to content

Commit

Permalink
remove semantic token colors for functions and methods to enable diff…
Browse files Browse the repository at this point in the history
…erentiation based on their types

When semantic highlighting is enabled, the semantic token color for functions overrides the color of the entity.name.function.tagged-template token, which is #bcbec3.
  • Loading branch information
eenaree committed Sep 19, 2023
1 parent e0cb2d9 commit c8cf12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions themes/new_darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@
"foreground": "#c77dbb",
"fontStyle": "italic bold"
},
"function": {
"foreground": "#57a8f5"
},
"method": {
"foreground": "#57a8f5"
},
"property": {
"foreground": "#c77dbb"
},
Expand Down
6 changes: 0 additions & 6 deletions themes/new_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,6 @@
"foreground": "#c77dbb",
"fontStyle": "italic bold"
},
"function": {
"foreground": "#57a8f5"
},
"method": {
"foreground": "#57a8f5"
},
"property": {
"foreground": "#c77dbb"
},
Expand Down

0 comments on commit c8cf12a

Please sign in to comment.