Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colors and shapes for Nodes and Edges #393

Open
thinkaliker opened this issue Sep 23, 2020 · 1 comment
Open

Colors and shapes for Nodes and Edges #393

thinkaliker opened this issue Sep 23, 2020 · 1 comment
Assignees
Milestone

Comments

@thinkaliker
Copy link
Member

Colors

GREEN = 0x15cb07
ORANGE = 0xffa328
WHITE = 0xffffff
GREY = 0x313234
YELLOW = 0xd4ce22
BLUE = 0x47a3ff
PURPLE = 0x7122d5
DARK_GREY = 0x222222
CANVAS_BACKGROUND_COLOR = 0x1d1e20
DARK_ORANGE = 0x9b5900
RED = 0x990000

Node Types

  • Machines
    • YELLOW
  • Infrastructure
    • PURPLE
  • Storage
    • BLUE

Node Connector Types

  • In
    • GREEN
  • Out
    • ORANGE
  • Any
    • RED

Edge Types

  • Solid
    • Square
    • BLUE
  • Liquid
    • Circle
    • ORANGE
  • Gas (not yet in-game, subject to change)
    • Triangle
    • GREEN
  • Heat (not yet in-game, subject to change)
    • Star
    • YELLOW
@thinkaliker thinkaliker added this to the V2 Release milestone Sep 23, 2020
@thinkaliker thinkaliker self-assigned this Sep 23, 2020
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.87. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant