Sequoia_colors.json

  • This configuration file controls the color palette of the SEQUOIA application..
  • The file is in JSON format, containing a list of comma-separated key names in quotation marks followed by a colon and the RGB color value, all enclosed in curly braces.
  • Color components are specified in the range from 0 to 255.
  • These values are typically loaded on startup and can be reloaded using the Menu > Options > REFRESH SEQUOIA Constants option.

ProgressBarHighlight

  • Defines the highlight color of progress bars.
  • Default is light blue : [78, 136, 211]

PaletteBase

  • Default
  • Defines the background color of
    • Menu panels,
    • Value fields,
    • Text fields,
    • Bookmarks panel background,
    • Image Projections bin background
    • Default is dark blue-gray : [45, 45, 55]

DockWidgetHighlight

  • Defines the color of the Dock Widget displayed when dragging a Panel for docking into the UI.
  • Default is light blue : [78, 136, 211]

GroupBoxBorder

  • Defines the color of the Group Box Border in UI Panels.
  • The Border is drawn around the Group Box Title and the Group Box Background.
  • The default is the same color as the Application Palette, making the borders invisible : [65, 72, 91]

GroupBoxBackground

  • Defines the background color of the Group Box in UI Panels.
  • The default color is slightly darker shade of blue-gray than the Application Palette : [55, 62, 81]

GroupBoxTitleBackground

  • Defines the background color of the Group Box Title.
  • The default color is dark blue : [21, 37, 55]

ApplicationPalette

  • Default : [65, 72, 91]

ProgressLoggerHighlight

  • Defines the first highlight color of the Progress Logger.
  • Default is green : [46, 180, 72]

ProgressLoggerHighlight2

  • Defines the second highlight color of the Progress Logger.
  • Defaults is blue : [53, 117, 204]

LoggingError

  • Defines the text color of Error messages in the Log Panel.
  • Default is bright red : [255, 53, 53]

LoggingWarning

  • Defines the text color of Warning messages in the Log Panel.
  • Default is bright yellow : [255, 255, 53]

LoggingProgress

  • Defines the text color of Progress messages in the Log Panel.
  • Default is bright green : [53, 255, 53]

LoggingStats

  • Defines the text color of Statistics messages in the Log Panel.
  • Default is white : [255,255,255]

LoggingDebug

  • Defines the text color of Debug messages in the Log Panel.
  • Default is cyan : [53,255,255]

QToolButtonCheckedBackground

  • Defines the background color of checked checkbuttons.
  • Default is cyan : [78, 136, 211]

QToolButtonIndeterminateBackground

  • Defines the background color of indeterminate checkbuttons representing multiple properties with different values.
  • Default is darker cyan : [61, 90, 133]

SequoiaUiSelection

  • Defines the selection color of
    • Main Menu Items
    • Sub-Menu Items that are not checked options (checked options use the “QToolButtonCheckedBackground” color )
    • Bookmark and Image Projection thumbnails.
    • Default color is the same cyan value as “QToolButtonCheckedBackground” : [78, 136, 211]

SliderLeftBackground

  • Defines the color of the Slider background to the left of the handle.
  • Default is the same cyan color used for UI selections : [78, 136, 211]

SliderRightBackground

  • Defines the color of the Slider background to the right of the handle.
  • Default is a dark blue-green color similar to the Group Box Titles : [33, 57, 89]

SliderBackground

  • Defines the color of the Slider background when not using separate left/right colors (for example in Timeline Offset and Time Slider)
  • Default is the same dark blue-green color as the SliderRightBackground : [33, 57, 89]

SliderBorder

  • Defines the border color of the Slider.
  • Default is dark gray : [15, 15, 15]

SliderHandleBorder

  • Defines the border color of the Slider handle.
  • Default is pure black : [0, 0, 0]

SliderHandle

  • Defines the color of the Slider Handle when displaying a non-default value within the Slider’s range.
  • Default is medium gray : [128, 128, 128]

SliderHandleDefault

  • Defines the color of the Slider Handle when displaying a default value of a property within the Slider’s range.
  • Default is green : [122, 197, 114]

SliderHandleOutside

  • Defines the color of the Slider Handle when displaying a value outside of the Slider’s range.
  • Default is orange : [243, 158, 120]

SelectObjectBox

  • Defines the color of the bounding box around a selected object.
  • Default is pure white : [255, 255, 255]

UnspecifiedObjectBox

  • Defines the color of the bounding box around a non-selected object.
  • Default is mid-gray : [128, 128, 128]

PRTObjectBox

  • Defines the color of the PRT Object gizmo when no point data file has been specified.
  • Default is pure green : [0, 255, 0]

MeshObjectBox

  • Defines the color of the Mesher Object gizmo when no mesh has been calculated.
  • Default is pure blue : [0, 0, 255]

ROIObjectBox

  • Defines the color of the Point Region Of Interest object’s bounding box.
  • Default is orange : [255, 164, 120]

CameraBox

  • Defines the color of the Camera viewport gizmo.
  • Default is bright green : [128, 255, 128]

TextureProjectionBox

  • Defines the color of the Image Projection viewport gizmo.
  • Default is pure cyan : [0, 255, 255]

ROIObjectBoxPreview

  • Defines the color of the Point Region Of Interest in-view manipulator preview box drawn when resizing interactively using the handles.
  • Default is light cyan : [128, 192, 255]

CameraBookmarkBox

  • Defines the color of the Bookmark viewport gizmo.
  • Default is pure yellow : [255, 255, 0]

DocumentColor_0

  • Defines the color of the first Document created/opened in a SEQUOIA session.
  • Default is green : [25, 180, 40]

DocumentColor_1

  • Defines the color of the second Document created/opened in a SEQUOIA session.
  • Default is orange : [255, 128, 0]

DocumentColor_2

  • Defines the color of the third Document created/opened in a SEQUOIA session.
  • Default is dark blue : [64, 92, 255]

DocumentColor_3

  • Defines the color of the fourth Document created/opened in a SEQUOIA session.
  • Default is magenta : [200, 25, 255]

DocumentColor_4

  • Defines the color of the fifth Document created/opened in a SEQUOIA session.
  • Default is cyan : [25, 200, 200]

DocumentColor_5

  • Defines the color of the sixth Document created/opened in a SEQUOIA session.
  • Default is red : [200, 64, 92]

DocumentColor_6

  • Defines the color of the seventh Document created/opened in a SEQUOIA session.
  • Default is teal : [10, 128, 100]

DocumentColor_7

  • Defines the color of the eighth Document created/opened in a SEQUOIA session.
  • Default is purple : [128, 64, 220]

DocumentColor_8

  • Defines the color of the ninth Document created/opened in a SEQUOIA session.
  • Default is light green : [100, 192, 50]

DocumentColor_9

  • Defines the color of the tenth Document created/opened in a SEQUOIA session.
  • Default is yellow : [220, 180, 25]
  • After the 10th document, the colors will be reused for the next 10 documents from 11 to 20 and so on.

MarkerColor_0

  • Defines the color of the first Marker created in a Document.
  • Default is red : [255, 0, 0]

MarkerColor_1

  • Defines the color of the second Marker created in a Document.
  • Default is green : [0, 255, 0]

MarkerColor_2

  • Defines the color of the third Marker created in a Document.
  • Default is blue : [0, 0, 255]

MarkerColor_3

  • Defines the color of the fourth Marker created in a Document.
  • Default is cyan : [0, 255, 255]

MarkerColor_4

  • Defines the color of the fifth Marker created in a Document.
  • Default is magenta : [255, 0, 255]

MarkerColor_5

  • Defines the color of the sixth Marker created in a Document.
  • Default is yellow [255, 255, 0]

MarkerColor_6

  • Defines the color of the seventh Marker created in a Document.
  • Default is white : [255, 255, 255]

MarkerColor_7

  • Defines the color of the eighth Marker created in a Document.
  • Default is orange : [255, 128, 0]
  • After the 8th Marker, the colors will be reused for the next 8 Markers from 9 to 16 and so on.
  • When a 3D Marker from the Document is paired with a 2D Marker in an Image Projection Alignment tool, the respective color will be used automatically for the 2D Marker, too.

MarkerColor_Disabled

  • Defines the color of the Disabled 2D Markers in the Image Projection Alignment tool.
  • These are 2D Markers that have no corresponding 3D Markers in the Document.
  • Default is dark gray : [64, 64, 64]

RigColorDiffuse1

  • Defines the Diffuse Color of the first light in the Two-Lights Light Rig.
  • Default is pure white : [255, 255, 255]

RigColorSpecular1

  • Defines the Specular Color of the first light in the Two-Lights Light Rig.
  • Default is pure white : [255, 255, 255]
  • NOTE: Currently not displayed as specular highlights are not enabled in the viewports.

RigColorDiffuse2

  • Defines the Diffuse Color of the second light in the Two-Lights Light Rig.
  • Default is pure white : [255, 255, 255]

RigColorSpecular2

  • Defines the Specular Color of the second light in the Two-Lights Light Rig.
  • Default is pure white : [255, 255, 255]
  • NOTE: Currently not displayed as specular highlights are not enabled in the viewports.

HeadlightColorDiffuse

  • Defines the Diffuse Color of the Headlight.
  • Default is pure white : [255, 255, 255]

HeadlightColorSpecular

  • Defines the Specular Color of the Headlight.
  • Default is pure white : [255, 255, 255]
  • NOTE: Currently not displayed as specular highlights are not enabled in the viewports.

BackgroundTopLeft

  • Defines the color of the viewport gradient in the upper left corner.
  • Default is : [120, 135, 155],

BackgroundBottomLeft

  • Defines the color of the viewport gradient in the lower left corner.
  • Default is : [30, 35, 40]

BackgroundTopRight

  • Defines the color of the viewport gradient in the upper right corner (usually same as upper left corner).
  • Default is : [120, 135, 155]

BackgroundBottomRight

  • Defines the color of the viewport gradient in the lower right corner (usually same as lower left corner).
  • Default is : [30, 35, 40]

UIErrorColor

  • Defines the Error Report background color.
  • Used in reporting tools like the Deadline Submitter Sanity Check.
  • Default is dark red : [128, 0, 0]

UIWarningColor

  • Defines the Warning Report background color.
  • Used in reporting tools like the Deadline Submitter Sanity Check.
  • Default is dark orange : [164, 70, 32]

UIIgnoredColor

  • Defines the Ignored Report background color.
  • Used in reporting tools like the Deadline Submitter Sanity Check.
  • Default is dark gray : [64, 64, 64]

UIOKColor

  • Defines the OK Report background color.
  • Used in reporting tools like the Deadline Submitter Sanity Check.
  • Default is dark green : [0, 128, 0]

“CameraMarkerColor”

  • Defines the color of the View Focus point’s cross-hair.
  • Default is cyan : [78, 136, 211]