Skip to content

Commit

Permalink
added color props
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed Jun 30, 2024
1 parent dcc0d9f commit 992fc66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/properties/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<!-- Application -->
<property id="app_use_sound" type="boolean">true</property>
<property id="app_use_vibration" type="boolean">true</property>
<property id="app_color_countdown_work" type="number">0xFF5500</property>
<property id="app_color_countdown_rest" type="number">0x00FF00</property>
<property id="app_color_countdown_pause" type="number">0xFFAA00</property>

<!-- WORKOUT #1 -->
<property id="w1_divider" type="string">|=============: WORKOUT #1 :=============|</property>
Expand Down

0 comments on commit 992fc66

Please sign in to comment.