awtk/demos/assets/raw/styles/edit.xml

11 lines
411 B
XML
Raw Normal View History

2018-10-30 14:47:49 +08:00
<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" />
2019-05-10 07:11:33 +08:00
<empty_focus bg_color="#404040" text_color="#a0a0a0" />
2018-10-30 14:47:49 +08:00
</style>
</edit>