Skip to content

Commit

Permalink
feat(color-scheme): change TODO default color (#6)
Browse files Browse the repository at this point in the history
related to #5
  • Loading branch information
brokenthorn authored and devCrossNet committed Aug 28, 2019
1 parent 9ff7bcd commit c67ff8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/META-INF/vuesion_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3325,8 +3325,9 @@
</option>
<option name="TODO_DEFAULT_ATTRIBUTES">
<value>
<option name="FOREGROUND" value="55616c" />
<option name="FOREGROUND" value="ffe15c" />
<option name="FONT_TYPE" value="2" />
<option name="ERROR_STRIPE_COLOR" value="f9846c" />
</value>
</option>
<option name="TS.INTERFACE">
Expand Down Expand Up @@ -3468,4 +3469,4 @@
<option name="EDITOR_LIGATURES" value="true" />
<option name="CONSOLE_FONT_NAME" value="Fira Code" />
<option name="CONSOLE_LIGATURES" value="true" />
</scheme>
</scheme>

0 comments on commit c67ff8d

Please sign in to comment.