Skip to content

Commit

Permalink
Add overlapped graph meshes styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kliuiev-io committed Mar 30, 2024
1 parent 3477153 commit 2ce6429
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions res/main/schema/modern.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,22 @@
<color value="cyan"/>
</style>

<!-- Multilayer Graph Meshes -->
<style class="GraphMesh_in" parents="GraphMesh">
<width value="2" />
<color value="#444444" />
<fill.color value="#444444" />
<color.a value="0.1" />
<fill.color.a value="0.3" />
</style>
<style class="GraphMesh_out" parents="GraphMesh">
<width value="2" />
<color value="#777777" />
<fill.color value="#777777" />
<color.a value="0.3" />
<fill.color.a value="0.5" />
</style>

<style class="GraphOrigin" parents="root">
<radius value="2"/>
<smooth value="true"/>
Expand Down

0 comments on commit 2ce6429

Please sign in to comment.