Skip to content

Commit

Permalink
Add RAKU_ALT_WARNING text attributes to default color scheme as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ab5tract committed Oct 20, 2024
1 parent fff106e commit 9f2b452
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/colorSchemes/RakuDefault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,12 @@
<option name="EFFECT_TYPE" value="1" />
</value>
</option>
<!-- TODO: Match this up with the genuine blue from the default scheme -->
<option name="RAKU_ALT_WARNING">
<value>
<option name="EFFECT_COLOR" value="56A8F5" />
<option name="ERROR_STRIPE_COLOR" value="56A8F5" />
<option name="EFFECT_TYPE" value="2" />
</value>
</option>
</list>

0 comments on commit 9f2b452

Please sign in to comment.