Skip to content

Commit

Permalink
How to remove italics? wesbos#207
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitAkbari26 committed Apr 12, 2023
1 parent 2676634 commit 31454fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions theme/cobalt2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"type": {
// "foreground": "#ff0088",
"foreground": "#FF68B8",
"italic": true
"foreground": "#FF68B8"
},
// This colours both object definiton properties, as well as references. If the property does not exist, it will be white\.
"property": "#9effff"
Expand Down Expand Up @@ -616,7 +615,10 @@
},
{
"name": "[PYTHON] - Self Argument",
"scope": ["variable.parameter.function.language.special.self.python","meta.function-call.generic.python"],
"scope": [
"variable.parameter.function.language.special.self.python",
"meta.function-call.generic.python"
],
"settings": {
"foreground": "#9effff"
}
Expand Down

0 comments on commit 31454fa

Please sign in to comment.