Files
XCEngine/new_editor/ui/themes/editor_shell.xctheme

14 lines
373 B
Plaintext

<Theme name="EditorShellTheme">
<Tokens>
<Color name="color.bg.workspace" value="#16181C" />
<Spacing name="space.shell" value="14" />
</Tokens>
<Widgets>
<Widget type="View" style="EditorWorkspace">
<Property name="background" value="color.bg.workspace" />
<Property name="padding" value="space.shell" />
</Widget>
</Widgets>
</Theme>