Skip to content

Commit ba59c88

Browse files
committed
Fix #91 adding doc comment color back in
1 parent b13d53b commit ba59c88

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/main/resources/themes/vscode_dark_brighter.xml

+5
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,11 @@
986986
<option name="EFFECT_TYPE" value="1"/>
987987
</value>
988988
</option>
989+
<option name="PY.DOC_COMMENT">
990+
<value>
991+
<option name="FOREGROUND" value="cd9069"/>
992+
</value>
993+
</option>
989994
<option name="PY.FUNCTION_CALL">
990995
<value>
991996
<option name="FOREGROUND" value="e6e6aa"/>

src/main/resources/themes/vscode_light_modern.xml

+5
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,11 @@
11031103
<option name="FOREGROUND" value="267f99"/>
11041104
</value>
11051105
</option>
1106+
<option name="PY.DOC_COMMENT">
1107+
<value>
1108+
<option name="FOREGROUND" value="a31515"/>
1109+
</value>
1110+
</option>
11061111
<option name="PY.DECORATOR">
11071112
<value>
11081113
<option name="FOREGROUND" value="795e26"/>

0 commit comments

Comments
 (0)