Skip to content

Commit

Permalink
add syntax highlight definition for namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pagdot authored Aug 19, 2020
1 parent dce85cc commit 817def7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,13 @@
"foreground": "#61afef"
}
},
{
"name": "Namespaces",
"scope": "entity.name.namespace",
"settings": {
"foreground": "#e5c07b"
}
},
{
"name": "Classes",
"scope": "entity.name.type.namespace",
Expand Down Expand Up @@ -1920,4 +1927,4 @@
"titleBar.inactiveBackground": "#21252b",
"titleBar.inactiveForeground": "#6b717d"
}
}
}

0 comments on commit 817def7

Please sign in to comment.