Custom Inventor Themes

It will be nice if we can create our own themes.

This was a feature for ~6 months but was removed due to extreme lack of usage, and to simplify development.

If you would like to suggest a specific theme, feel free to send it over and I’ll consider adding it to the list for everyone. This applies to anyone else looking at this thread in the future as well.

Here’s a JSFiddle that lets you see the standard format of an Inventor theme (4-color gradient going from bottom left to top right) and edit it (edit the marked area in “CSS”, click “Run” to see changes): https://jsfiddle.net/5ohz9ck7

Once you make something you like, feel free to send over the name, 4 color codes and a screenshot of the resulting theme. As long as its distinct from other themes and has good contrast with text it can be added.

It’s important to note that you shouldn’t ‘pre-dim’ your colors, as Inventor’s frontend automatically does this when processing the theme. Use vibrant colors, it’ll get dimmed for readability for you.

You must follow the 4-color to-top-right gradient format, Inventor doesn’t support themes in any other format.

i dont know the hex colors for it, but the new discord theme “blurple twilight” looks nice

sandy pistachio


–color1: #8DBF8B;
–color2: #FCF1D8;
–color3: #FADC9C;
–color4: #F09E56;

cotton candy


–color-1: #8333e9;
–color-2: #ff7fae;
–color-3: #ffc6bf;
–color-4: #f0f7f1;

lime freshness


–color-1: #95ce67;
–color-2: #dae3bb;
–color-3: #faf8f0;
–color-4: #95ddda;

shiny pearl


–color-1: #7895b2;
–color-2: #aebdca;
–color-3: #e8dfca;
–color-4: #f5efe6;

mocha coffee


–color-1: #f1dec9;
–color-2: #c8b6a6;
–color-3: #a4907c;
–color-4: #8d7b68;

Banger

i think im now done making theme suggestions, if you get this notif you can check them out lol

1 Like

How about Mocha?

sure, ty

1 Like


Shimmer? Idk lol.

  --color1: #6E4766;
  --color2: #5568F1;
  --color3: #139F91;
  --color4: #11F572;


Disco

  --color1: #00ffaa;
  --color2: #ff00aa;
  --color3: #00aaff;
  --color4: #ffaa00;