git mv Code\Sandbox\Editor Code/Editor
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
|
||||
{
|
||||
"StylesheetVariables" : {
|
||||
"WindowBackgroundColor" : "#393a3c",
|
||||
"PanelBackgroundColor" : "#303030",
|
||||
"DockWidgetTextColor" : "#cccccc",
|
||||
"DockWindowTitleBarColor" : "#222326",
|
||||
"TextColor" : "#cccccc",
|
||||
"ToolButtonPressedBackgroundColor" : "rgba(255, 153, 0, 128)",
|
||||
"ToolButtonPressedBorderColor" : "#D9822E",
|
||||
"ToolButtonHoverBackgroundColor" : "rgba(255, 153, 0, 64)",
|
||||
"ToolButtonHoverBorderColor" : "#D9822E",
|
||||
"ToolButtonCheckedBackgroundColor" : "rgba(255, 153, 0, 32)",
|
||||
"MenuBorderColor" : "#4E4E4E",
|
||||
"MenuItemSelectedColor" : "#D9822E",
|
||||
"MenuEnabledTextColor" : "#ffffff",
|
||||
"MenuDisabledTextColor" : "#C0C0C0",
|
||||
"ScrollbarBackgroundColor" : " #2D2D2D",
|
||||
"ScrollbarBorderColor" : "000000",
|
||||
"ScrollbarHandleBackgroundColor" : " #353535",
|
||||
"ScrollbarHandleBorderColor" : " #4E4E4E",
|
||||
"ComponentPanelFrameColor" : "#383A3B",
|
||||
"ViewportTitleSearchBackgroundUrl" : "url(:/viewpanes/editwithbutton_dark.png)",
|
||||
"TextErrorColor": "#f44642",
|
||||
"TextPositiveColor": "#43d96a",
|
||||
"TextWarningColor": "#F0C32D",
|
||||
"TextInfoColor": "#4285F4",
|
||||
"DarkPanelBackgroundColor": "#212225",
|
||||
"LinkColor" : "#4285F4",
|
||||
"LabelTextColor" : "#999999",
|
||||
"PushButtonDisabledColor" : "#666666",
|
||||
"CheckBoxDisabledColor" : "#666666",
|
||||
"ResourceGroupHighlightColor" : "#D9822E",
|
||||
"CToolTipText" : "#ff000000",
|
||||
"CToolTipBackground" : "#ffffffff",
|
||||
"CTableRowOdd" : "#ffededed",
|
||||
"CTableRowEven" : "#ffffffff",
|
||||
"SliceRootBackgroundColor" : "#1E252F",
|
||||
"SliceRootNameColor" : "#FFFFFF",
|
||||
"SelectedSliceRootBackgroundColor" : "#47487B",
|
||||
"SelectedSliceRootBorderColor" : "#2F306D",
|
||||
"SliceEntityColor" : "#4285F4",
|
||||
"SliceOverrideColor" : "#FF7B00",
|
||||
"LayerBackgroundColor" : "#2F2F2F",
|
||||
"LayerChildBackgroundColor": "#333333",
|
||||
"LayerBorderTop": "#515151",
|
||||
"LayerBorderBottom": "#252525",
|
||||
"LayerMenuSelected": "#424242",
|
||||
"LayerMenuDisabled" : "#A0A0A0",
|
||||
"NewLayerDefaultColor": "#515151",
|
||||
"HierarchyLinesSlices": "#425E88",
|
||||
"HierarchyLinesSlicesSelected": "#5779AB",
|
||||
"HierarchyLinesNonSliceEntities": "#5C5C5C",
|
||||
"HierarchyLinesNonSliceEntitiesSelected": "#7B7B7B",
|
||||
"OutlinerSelectionColor": "#565A5B",
|
||||
"LayerBGSelectionColor": "#444545",
|
||||
"LayerChildBGSelectionColor": "#464747"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user