mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Default FG color=white and default BG color=black
This commit is contained in:
parent
557c7854bc
commit
b3db9c4f7c
@ -68,8 +68,8 @@
|
||||
</section>
|
||||
<section id="color_bar">
|
||||
<option id="box_size" type="int" default="11" />
|
||||
<option id="fg_color" type="app::Color" />
|
||||
<option id="bg_color" type="app::Color" />
|
||||
<option id="fg_color" type="app::Color" default="app::Color::fromRgb(255, 255, 255)" />
|
||||
<option id="bg_color" type="app::Color" default="app::Color::fromRgb(0, 0, 0)" />
|
||||
</section>
|
||||
<section id="tool_box">
|
||||
<option id="active_tool" type="std::string" default=""pencil"" />
|
||||
|
Loading…
Reference in New Issue
Block a user