Use 'string' color style for Python 'str' from language defaults and custom color for 'bytes' in the light theme

GitOrigin-RevId: 92f507258a8784360d3bd2d14f81b706bcc5e60d
This commit is contained in:
Andrey Vlasovskikh
2021-03-31 13:59:04 +00:00
committed by intellij-monorepo-bot
parent 2a5c8746b2
commit 118fc636d8
@@ -30,10 +30,9 @@
<option name="FOREGROUND" value="94558D" />
</value>
</option>
<option name="PY.STRING.U">
<option name="PY.STRING.B">
<value>
<option name="FOREGROUND" value="008080" />
<option name="FONT_TYPE" value="1" />
<option name="FOREGROUND" value="8A822D" />
</value>
</option>
</list>