Skip to content

Commit

Permalink
Update default theme color to a more fresh one
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr committed Dec 22, 2024
1 parent 34f11ed commit bf782dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<div class="setting-panel">
<div class="setting-panel-title">Miscellaneous ❔</div>
<div class="color-input custom-input"><div class="input-title">Theme Color</div>
<input type="color" data-key="themeColorHex" data-no-profile="true" data-default-value="#3D574C">
<input type="color" data-key="themeColorHex" data-no-profile="true" data-default-value="#4A7D7C">
</div>
<div class="color-input custom-input"><div class="input-title">Board Color</div>
<input type="color" data-key="boardColorHex" data-no-profile="true" data-default-value="#B5B5B5">
Expand Down

0 comments on commit bf782dc

Please sign in to comment.