Update dark theme with latest changes from the default theme

This commit is contained in:
David Capello 2021-10-13 10:56:59 -03:00
parent 1e57cd267d
commit 5be1727fff
2 changed files with 9 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -253,6 +253,12 @@
<part id="pal_presets" x="160" y="200" w="5" h="5" /> <part id="pal_presets" x="160" y="200" w="5" h="5" />
<part id="pal_options" x="168" y="200" w="5" h="5" /> <part id="pal_options" x="168" y="200" w="5" h="5" />
<part id="pal_resize" x="176" y="200" w="5" h="5" /> <part id="pal_resize" x="176" y="200" w="5" h="5" />
<part id="debug_continue" x="208" y="240" w="7" h="7" />
<part id="debug_pause" x="208" y="247" w="7" h="7" />
<part id="debug_step_into" x="222" y="240" w="7" h="7" />
<part id="debug_step_over" x="215" y="240" w="7" h="7" />
<part id="debug_step_out" x="229" y="240" w="7" h="7" />
<part id="debug_breakpoint" x="236" y="240" w="7" h="7" />
<part id="selection_replace" x="176" y="160" w="7" h="7" /> <part id="selection_replace" x="176" y="160" w="7" h="7" />
<part id="selection_add" x="184" y="160" w="7" h="7" /> <part id="selection_add" x="184" y="160" w="7" h="7" />
<part id="selection_subtract" x="192" y="160" w="7" h="7" /> <part id="selection_subtract" x="192" y="160" w="7" h="7" />
@ -742,6 +748,9 @@
<style id="workspace_tabs"> <style id="workspace_tabs">
<background color="workspace" /> <background color="workspace" />
</style> </style>
<style id="workspace_check_box" extends="check_box" padding="4">
<text color="workspace_text" align="left middle" x="14" />
</style>
<style id="tab"> <style id="tab">
<background part="tab_normal" align="middle" /> <background part="tab_normal" align="middle" />
<background part="tab_active" align="middle" state="focus" /> <background part="tab_active" align="middle" state="focus" />