diff --git a/themes/dark.codely-theme-color-theme.json b/themes/dark.codely-theme-color-theme.json index 451a08e..b24a56a 100644 --- a/themes/dark.codely-theme-color-theme.json +++ b/themes/dark.codely-theme-color-theme.json @@ -1283,6 +1283,19 @@ "settings": { "foreground": "#8EC07C" } + }, + { + "name": "Operators without italics", + "scope": [ + "keyword.operator.assignment", + "keyword.operator.bitwise", + "keyword.operator.type", + "keyword.operator.logical", + "keyword.operator.arithmetic" + ], + "settings": { + "fontStyle": "" + } } ] -} \ No newline at end of file +}