awtk/demos/assets/raw/styles/edit.xml
2019-01-03 14:45:23 +08:00

10 lines
351 B
XML

<edit>
<style name="dark" fg_color="orange" text_color="white" text_align_h="left">
<normal bg_color="#404040" />
<focused bg_color="#404040" />
<disable bg_color="gray" text_color="#d0d0d0" />
<error bg_color="#404040" text_color="red" />
<empty bg_color="#404040" text_color="#a0a0a0" />
</style>
</edit>