Skip to content

Commit

Permalink
fix yaml color scalar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Oct 25, 2021
1 parent 9be6bd9 commit bc84091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions intellij/GapStyle/colors/GapStyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4279,14 +4279,14 @@
<option name="YAML_SCALAR_LIST">
<value>
<option name="FOREGROUND" value="a9b7c6" />
<option name="BACKGROUND" value="3c3f41" />
<option name="EFFECT_TYPE" value="5" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<option name="YAML_SCALAR_VALUE">
<value>
<option name="FOREGROUND" value="a9b7c6" />
<option name="BACKGROUND" value="383a3c" />
<option name="FONT_TYPE" value="2" />
<option name="EFFECT_TYPE" value="5" />
</value>
</option>
Expand Down
Binary file modified intellij/GapStyle4.0.jar
Binary file not shown.

0 comments on commit bc84091

Please sign in to comment.