Merge pull request #854 from buyBread/master

UI Colors tab
This commit is contained in:
TotallyNotElite 2019-10-25 12:45:36 +02:00 committed by GitHub
commit 12e9409e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 89 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<Include path="nullifiedcat/visuals/radar.xml"/>
<Include path="nullifiedcat/visuals/playerinfo.xml"/>
<Include path="nullifiedcat/visuals/ui.xml"/>
<Include path="nullifiedcat/visuals/uicolors.xml"/>
<Include path="nullifiedcat/visuals/bullettracers.xml"/>
<Include path="nullifiedcat/visuals/world.xml"/>
</TabContainer>

View File

@ -0,0 +1,88 @@
<Tab name="UI Colors" padding="4 4 4 4">
<Box padding="12 6 6 6" width="content" height="content" name="Window">
<List width="150">
<AutoVariable width="fill" target="zk.style.window.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.window.color.background.active" label="Active Background"/>
<AutoVariable width="fill" target="zk.style.window.color.background.inactive" label="Inactive Background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Window Titlebars" y="73">
<List width="150">
<AutoVariable width="fill" target="zk.style.window-header.color.border.active" label="Border"/>
<AutoVariable width="fill" target="zk.style.window-header.color.background.active" label="Active Background"/>
<AutoVariable width="fill" target="zk.style.window-header.color.background.inactive" label="Inactive Background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Window Close button" y="146">
<List width="150">
<AutoVariable width="fill" target="zk.style.window-close-button.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.window-close-button.color.background-hover" label="Hover Background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Other Container elements" y="203">
<List width="150">
<AutoVariable width="fill" target="zk.style.box.color.border" label="Box Border"/>
<AutoVariable width="fill" target="zk.style.tab-selection.color.border" label="Tab Selection Border"/>
<AutoVariable width="fill" target="zk.style.input.color.border" label="Color Picker Border"/>
<AutoVariable width="fill" target="zk.style.modal-container.color.border" label="Modal Border"/>
<AutoVariable width="fill" target="zk.style.modal-container.color.background" label="Modal Background"/>
<AutoVariable width="fill" target="zk.style.table.color.border" label="Table"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="List Select" x="170">
<List width="120">
<AutoVariable width="fill" target="zk.style.input.select.border" label="Border"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Text Input" x="170" y="38">
<List width="120">
<AutoVariable width="fill" target="zk.style.input.text.color.border.active" label="Active Border"/>
<AutoVariable width="fill" target="zk.style.input.text.color.border.inactive" label="Inactive Border"/>
<AutoVariable width="fill" target="zk.style.input.text.color.text.active" label="Active Text"/>
<AutoVariable width="fill" target="zk.style.input.text.color.text.inactive" label="Inactive Text"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Key Input" x="170" y="128">
<List width="120">
<AutoVariable width="fill" target="zk.style.input.key.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.input.key.color.background.capturing" label="Background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Slider" x="170" y="184">
<List width="120">
<AutoVariable width="fill" target="zk.style.input.slider.color.handle_border" label="Handle Border"/>
<AutoVariable width="fill" target="zk.style.input.slider.color.handle_body" label="Handle Body"/>
<AutoVariable width="fill" target="zk.style.input.slider.color.bar" label="Bar"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Checkbox" x="170" y="257">
<List width="120">
<AutoVariable width="fill" target="zk.style.checkbox.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.checkbox.color.checked" label="Checked"/>
<AutoVariable width="fill" target="zk.style.checkbox.color.hover" label="Hover"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Playerlist" x="310">
<List width="150">
<AutoVariable width="fill" target="zk.style.player-list.team.red" label="RED Team"/>
<AutoVariable width="fill" target="zk.style.player-list.team.red-dead" label="RED Team dead"/>
<AutoVariable width="fill" target="zk.style.player-list.team.blue" label="BLU Team"/>
<AutoVariable width="fill" target="zk.style.player-list.team.blue-dead" label="BLU Team dead"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Taskbar" x="310" y="91">
<List width="150">
<AutoVariable width="fill" target="zk.style.taskbar.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.taskbar.color.background" label="Background"/>
</List>
</Box>
<Box padding="12 6 6 6" width="content" height="content" name="Task" x="310" y="148">
<List width="150">
<AutoVariable width="fill" target="zk.style.task.color.border" label="Border"/>
<AutoVariable width="fill" target="zk.style.task.color.background.hover" label="Hover"/>
<AutoVariable width="fill" target="zk.style.task.color.text.focused" label="Text Focused"/>
<AutoVariable width="fill" target="zk.style.task.color.text.open" label="Text Open"/>
<AutoVariable width="fill" target="zk.style.task.color.text.closed" label="Text Closed"/>
</List>
</Box>
</Tab>