Skip to content

Commit

Permalink
Merge pull request #632 from macieydev/patch-1
Browse files Browse the repository at this point in the history
Add custom color for cls token in Python
  • Loading branch information
Binaryify committed Oct 3, 2021
2 parents d7fde3c + 68c7788 commit 5b48556
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 @@ -68,6 +68,13 @@
"foreground": "#e5c07b"
}
},
{
"name": "variable.parameter.function.language.special.cls.python",
"scope": "variable.parameter.function.language.special.cls.python",
"settings": {
"foreground": "#e5c07b"
}
},
{
"name": "storage.modifier.lifetime.rust",
"scope": "storage.modifier.lifetime.rust",
Expand Down Expand Up @@ -2112,4 +2119,4 @@
"walkThrough.embeddedEditorBackground": "#2e3440",
"welcomePage.buttonHoverBackground": "#404754"
}
}
}

0 comments on commit 5b48556

Please sign in to comment.