Themes

Light / Moi3D Based Theme


For those asking for a light theme/theme similar to Moi3D, took a shot at it.

There's some crossover in what's selectable/adjustable (i.e. where the contrast colors reverse) so somewhat limited in balancing it out, but it's something for now.

Recommend using "color_matcap" for the most similar affect (see screenshot, RIGHT+CLICK render ball icon). And I also included some commenting on what I could figure out, and a very visible purple color for visualization on what wasn't adjusted in case you'd like to change more.

color_matcap_scrn.JPG

theme.json


Shortcut Keys


Full List of Default Shortcut Keys

"body:not([gizmo]) plasticity-viewport": { "/": "viewport:focus", ".": "command:focus",

"space": "viewport:navigate:selection", "shift-space": "viewport:grid:selection", "ctrl-space": "command:create-viewspace-construction-plane-at-origin", "ctrl-shift-space": "command:create-viewspace-construction-plane", },

"body:not([gizmo]) plasticity-viewport, body[gizmo='point-picker'] plasticity-viewport": { "numpad1": "viewport:navigate:front", "numpad3": "viewport:navigate:right", "numpad7": "viewport:navigate:top",

"ctrl-numpad1": "viewport:navigate:back", "ctrl-numpad3": "viewport:navigate:left", "ctrl-numpad7": "viewport:navigate:bottom",

"numpad5": "viewport:toggle-orthographic", },

"body[gizmo='point-picker'] plasticity-viewport": { "space": "point-picker:navigate:last-picked-point", "shift-space": "point-picker:grid:last-picked-point", "ctrl-space": "point-picker:grid:view", "ctrl-shift-space": "point-picker:grid:view", },

"plasticity-viewport": { "alt-z": "viewport:toggle-x-ray", "shift-alt-z": "viewport:toggle-overlays", },

"body:not([gizmo])": { "1": "selection:mode:set:control-point", "2": "selection:mode:set:edge", "3": "selection:mode:set:face", "4": "selection:mode:set:solid", "tab": "selection:mode:set:all", "5": "selection:mode:set:all",

"ctrl-1": "selection:convert:control-point", "ctrl-2": "selection:convert:edge", "ctrl-3": "selection:convert:face", "ctrl-4": "selection:convert:solid",

"shift-1": "selection:mode:toggle:control-point", "shift-2": "selection:mode:toggle:edge", "shift-3": "selection:mode:toggle:face", "shift-4": "selection:mode:toggle:solid",

"alt-1": "command:subdivide-curve",

"c": "command:cut", "j": "command:join", "alt-j": "command:explode", "g": "command:move", "r": "command:rotate", "shift-s": "command:draft-face", "s": "command:scale", "shift-p": "command:sweep", "p": "command:pipe", "b": "command:fillet", "e": "command:extrude", "alt-e": "command:sweep", "t": "command:trim", "shift-o": "command:offset-face", "o": "command:offset-curve", "alt-x": "command:mirror", "l": "command:loft", "alt-l": "command:loft-guide", "i": "command:project", "shift-i": "command:imprint",

"x": "command:delete", "shift-x": "command:delete-face", "delete": "command:delete", "backspace": "command:delete",

"m": "command:set-material", "alt-m": "command:remove-material",

"shift-d": "command:duplicate", "alt-d": "command:create-solid-from-faces", "ctrl-d": "command:place",

"shift-a": "command:line", // "shift-b": "command:corner-rectangle", "shift-c": "command:cylinder", "shift-b": "command:corner-box", // "ctrl-c": "command:cylinder",

"q": "command:boolean",

"h": "command:hide-selected", "shift-h": "command:hide-unselected", "alt-h": "command:unhide-all", "ctrl-h": "command:invert-hidden",

"ctrl-g": "command:group-selected", "alt-g": "command:ungroup-selected",

"ctrl-r": "command:isoparam",

"shift-r": "edit:repeat-last-command", "cmd-shift-z": "edit:redo", "ctrl-shift-z": "edit:redo",

"ctrl-c": "edit:copy", "cmd-c": "edit:copy", "ctrl-v": "edit:paste", "cmd-v": "edit:paste",

"cmd-n": "file:new", "ctrl-n": "file:new", "cmd-shift-s": "file:save-as", "ctrl-shift-s": "file:save-as", "cmd-o": "file:open", "ctrl-o": "file:open",

"alt-A": "command:deselect-all", "a": "command:select-all", "escape": "command:deselect-all", },