Skip to content

Commit

Permalink
Remove underline from monokai
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Oct 21, 2024
1 parent 13a89cf commit d9cc000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/monokai-patched.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@
{
"scope": "entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution",
"settings": {
"fontStyle": "underline",
"fontStyle": "",
"foreground": "#A6E22E"
}
},
{
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "italic underline",
"fontStyle": "italic",
"foreground": "#A6E22E"
}
},
Expand Down

0 comments on commit d9cc000

Please sign in to comment.