Copy light theme latest changes into dark theme

This commit is contained in:
Martín Capello 2023-03-09 16:47:41 -03:00 committed by David Capello
parent b72d498070
commit b0967e2aa5

View File

@ -625,6 +625,10 @@
<text color="button_selected_text" state="selected" />
</style>
<style id="mini_check_box" extends="check_box" font="mini" />
<style id="combobox">
<background-border part="sunken2_focused" state="focus" />
<background-border part="sunken2_normal" />
</style>
<style id="combobox_button" extends="mini_button" padding="0">
<icon part="combobox_arrow_down" />
<icon part="combobox_arrow_down_selected" state="selected" />
@ -675,7 +679,7 @@
<icon part="pal_options" />
</style>
<style id="new_frame_button" extends="mini_button" />
<style id="color_button" extends="mini_button" border="5" font="mini" />
<style id="color_button" extends="mini_button" font="mini" padding-bottom="1" />
<style id="splitter">
<background color="face" />
</style>