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,245 @@
|
||||
/*
|
||||
* Copyright (c) Contributors to the Open 3D Engine Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
|
||||
ActionWidget #LinkButton
|
||||
{
|
||||
qproperty-flat: true;
|
||||
}
|
||||
|
||||
AzAssetBrowserWindow #previewWidgetWrapper
|
||||
{
|
||||
background-color: #323232;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
AzAssetBrowserWindow QSplitter
|
||||
{
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/* Component Palette Widget */
|
||||
AzToolsFramework--ComponentPaletteWidget
|
||||
{
|
||||
border: 1px solid #4E4E4E;
|
||||
background-color: #383A3B;
|
||||
}
|
||||
|
||||
AzToolsFramework--ComponentPaletteWidget > QTreeView
|
||||
{
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
AzToolsFramework--PropertyRowWidget[canBeReordered="true"] QLabel#Name
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Style for visualizing property values overridden from their prefab values */
|
||||
AzToolsFramework--PropertyRowWidget[IsOverridden=true] #Name QLabel,
|
||||
AzToolsFramework--ComponentEditorHeader #Title[IsOverridden="true"]
|
||||
{
|
||||
font-weight: bold;
|
||||
color: #F5A623;
|
||||
}
|
||||
|
||||
/* Asset Editor */
|
||||
Ui--AssetEditorHeader
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Ui--AssetEditorHeader *
|
||||
{
|
||||
height: 16px;
|
||||
background-color: #272727;
|
||||
}
|
||||
|
||||
Ui--AssetEditorHeader #Background
|
||||
{
|
||||
margin: 0px;
|
||||
padding: 2px 7px 3px 7px;
|
||||
border: 1px solid transparent;
|
||||
border-bottom: none;
|
||||
background-image: none;
|
||||
background-color: #272727;
|
||||
}
|
||||
|
||||
Ui--AssetEditorHeader #Name
|
||||
{
|
||||
height: 16px;
|
||||
font: italic;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Ui--AssetEditorHeader #Location
|
||||
{
|
||||
height: 16px;
|
||||
font: italic;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#AssetEditorWidgetPropertyEditor AzToolsFramework--PropertyRowWidget[isTopLevel="true"]
|
||||
{
|
||||
qproperty-appendDefaultLabelToName:1;
|
||||
}
|
||||
|
||||
#AssetEditorWidgetPropertyEditor AzToolsFramework--PropertyRowWidget[isTopLevel="false"]
|
||||
{
|
||||
qproperty-appendDefaultLabelToName:0;
|
||||
}
|
||||
|
||||
#AssetEditorWidgetPropertyEditor AzToolsFramework--PropertyRowWidget[getLevel="1"][hasChildRows="true"]
|
||||
{
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
/* Set the Script Canvas search highlight color */
|
||||
GraphCanvas--NodePaletteTreeView
|
||||
{
|
||||
selection-background-color: rgba(255, 255, 255, 41);
|
||||
}
|
||||
|
||||
AzQtComponents--TabWidget#ScriptCanvasTabs
|
||||
{
|
||||
height: 32px;
|
||||
margin: 0 2px;
|
||||
max-height: 32px;
|
||||
}
|
||||
|
||||
/* Save Slice Override Window */
|
||||
AzToolsFramework--SlicePushWidget QTreeView QLabel
|
||||
{
|
||||
min-height: 14px;
|
||||
}
|
||||
|
||||
AzToolsFramework--SlicePushWidget QWidget#WarningTopLine
|
||||
{
|
||||
background-color: #F5A623
|
||||
}
|
||||
|
||||
AzToolsFramework--SlicePushWidget QWidget#WarningBottomLine
|
||||
{
|
||||
background-color: #646464
|
||||
}
|
||||
|
||||
AzToolsFramework--SlicePushWidget QTreeWidget#WarningTreeWidget::item:pressed
|
||||
, AzToolsFramework--SlicePushWidget QTreeWidget#WarningTreeWidget::item:selected
|
||||
{
|
||||
background-color: #2D2D2D;
|
||||
}
|
||||
|
||||
/* Toolbar borders (Editor UI Window) */
|
||||
EditorWindow QToolBar
|
||||
{
|
||||
border-bottom: 2px solid #111111;
|
||||
}
|
||||
|
||||
DockWidgetTitleBar #DockWidgetContextMenu
|
||||
{
|
||||
qproperty-icon: url(:/Cards/img/UI20/Cards/menu_ico.svg);
|
||||
qproperty-iconSize: 24px 16px;
|
||||
qproperty-flat: true;
|
||||
margin: 0px;
|
||||
max-width: 24px;
|
||||
max-height: 16px;
|
||||
}
|
||||
|
||||
#EMFX_Menu
|
||||
{
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-color: #111111;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
#EMFX_Menu QComboBox
|
||||
{
|
||||
margin-right: 4px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
PanelTitleBar
|
||||
{
|
||||
border-top: 1px solid #111111;
|
||||
}
|
||||
|
||||
/* Asset Editor */
|
||||
|
||||
#AssetEditorStatusBar
|
||||
{
|
||||
border-top: 2px solid #111111;
|
||||
}
|
||||
|
||||
/* Console and Python Console */
|
||||
|
||||
ConsoleTextEdit,
|
||||
ConsoleTextEdit:hover,
|
||||
ConsoleTextEdit:focus,
|
||||
#SCRIPT_OUTPUT,
|
||||
#SCRIPT_OUTPUT:hover,
|
||||
#SCRIPT_OUTPUT:focus
|
||||
{
|
||||
margin: 0;
|
||||
margin-top: 6px;
|
||||
background-color: #222222;
|
||||
border-radius: 0px;
|
||||
border-width: 0px;
|
||||
border-color: #e9e9e9;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* Welcome Screen styling */
|
||||
|
||||
WelcomeScreenDialog QLabel
|
||||
{
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
line-height: 20px;
|
||||
background-color: transparent;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
WelcomeScreenDialog QLabel#currentProjectLabel
|
||||
{
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
WelcomeScreenDialog QPushButton
|
||||
{
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
WelcomeScreenDialog QWidget#articleViewContainerRoot
|
||||
{
|
||||
background: #444444;
|
||||
}
|
||||
|
||||
WelcomeScreenDialog QWidget#levelViewFTUEContainer
|
||||
{
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
QTableWidget#recentLevelTable::item {
|
||||
background-color: rgb(64,64,64);
|
||||
margin-bottom: 4px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
/* Particle Editor */
|
||||
|
||||
#NumParticlesLabel
|
||||
{
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#LibrarySearchIcon
|
||||
{
|
||||
max-width: 16px;
|
||||
max-height: 16px;
|
||||
qproperty-iconSize: 16px 16px;
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
|
||||
/*
|
||||
* Copyright (c) Contributors to the Open 3D Engine Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
|
||||
QWidget#EditorPreferencesDialog
|
||||
{
|
||||
margin: 0px;
|
||||
padding: -4px -5px -4px -5px;
|
||||
background-color: #444444;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
QWidget#EditorPreferencesDialog QTreeWidget#pageTree
|
||||
{
|
||||
font-size: 11px;
|
||||
border: 1px solid #111111;
|
||||
background-color: #333333;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
QWidget#EditorPreferencesDialog QTreeWidget#pageTree::item
|
||||
{
|
||||
margin-top: 3px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
QWidget#EditorPreferencesDialog AzToolsFramework--ReflectedPropertyEditor#propertyEditor
|
||||
{
|
||||
background-color: #222222;
|
||||
border: 1px solid #111111;
|
||||
margin: 0px 2px 0px 5px
|
||||
}
|
||||
|
||||
AzToolsFramework--PropertyRowWidget QLabel#Name
|
||||
{
|
||||
color: #eeeeee;
|
||||
padding: 0 0 0 5px;
|
||||
}
|
||||
|
||||
AzToolsFramework--PropertyRowWidget[HasParent="false"] QLabel#Name
|
||||
{
|
||||
font-weight: bold;
|
||||
padding: 0 0 0 5;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#EditorPreferencesDialog AzToolsFramework--PropertyRowWidget[isTopLevel="true"][hasChildRows="true"]
|
||||
{
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
||||
padding: 4px 0 6px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#EditorPreferencesDialog AzToolsFramework--PropertyRowWidget[isTopLevel="true"][hasChildRows="true"] QLabel#Name
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* Copyright (c) Contributors to the Open 3D Engine Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#GraphicsSettingsDialog QHeaderView::section
|
||||
{
|
||||
background: #2D2D2D;
|
||||
}
|
||||
|
||||
#GraphicsSettingsDialog QHeaderView::down-arrow
|
||||
{
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
image: url(:/Gallery/Delete.svg);
|
||||
}
|
||||
|
||||
#GraphicsSettingsDialog QHeaderView::up-arrow
|
||||
{
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
image: url(:/Gallery/Delete.svg);
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
#CLayoutConfigDialog QListView::item
|
||||
{
|
||||
padding: 2px 4px;
|
||||
}
|
||||
|
||||
#CLayoutConfigDialog QListView::item:selected
|
||||
{
|
||||
background: #00A1C9;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file alias="Assets/Editor/Style/Editor.qss">Editor.qss</file>
|
||||
<file alias="Assets/Editor/Style/EditorPreferencesDialog.qss">EditorPreferencesDialog.qss</file>
|
||||
<file alias="Assets/Editor/Style/LayoutConfigDialog.qss">LayoutConfigDialog.qss</file>
|
||||
<file alias="Assets/Editor/Style/GraphicsSettingsDialog.qss">GraphicsSettingsDialog.qss</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Reference in New Issue
Block a user