GUIStyle mystyle = new GUIStyle("some string from the list below");
- "CN Box"
- "Button"
- "ToolbarButton"
- "ToolbarButton"
- "ToolbarButton"
- "ToolbarButton"
- "Toolbar"
- "CN EntryInfo"
- "CN EntryWarn"
- "CN EntryError"
- "CN EntryBackEven"
- "CN EntryBackodd"
- "CN Message"
- "CN StatusError"
- "CN StatusWarn"
- "CN StatusInfo"
- "CN CountBadge"
- "Box"
- "Button"
- "MiniButton"
- "MiniButtonLeft"
- "MiniButtonMiddle"
- "MiniButtonRight"
- "LogStyle"
- "WarningStyle"
- "ErrorStyle"
- "EvenBackground"
- "OddBackground"
- "MessageStyle"
- "StatusError"
- "StatusWarn"
- "StatusLog"
- "Toolbar"
- "CountBadge"
- "ColorPickerBox"
- "In BigTitle"
- "miniLabel"
- "LargeLabel"
- "BoldLabel"
- "MiniBoldLabel"
- "WordWrappedLabel"
- "WordWrappedMiniLabel"
- "WhiteLabel"
- "WhiteMiniLabel"
- "WhiteLargeLabel"
- "WhiteBoldLabel"
- "MiniTextField"
- "Radio"
- "miniButton"
- "miniButtonLeft"
- "miniButtonMid"
- "miniButtonRight"
- "toolbar"
- "toolbarbutton"
- "toolbarPopup"
- "toolbarDropDown"
- "toolbarTextField"
- "ToolbarSeachTextField"
- "ToolbarSeachTextFieldPopup"
- "ToolbarSeachCancelButton"
- "ToolbarSeachCancelButtonEmpty"
- "SearchTextField"
- "SearchCancelButton"
- "SearchCancelButtonEmpty"
- "HelpBox"
- "AssetLabel"
- "AssetLabel Partial"
- "AssetLabel Icon"
- "selectionRect"
- "MinMaxHorizontalSliderThumb"
- "DropDownButton"
- "BoldLabel"
- "Label"
- "MiniLabel"
- "MiniBoldLabel"
- "ProgressBarBack"
- "ProgressBarBar"
- "ProgressBarText"
- "FoldoutPreDrop"
- "IN Title"
- "IN TitleText"
- "BoldToggle"
- "Tooltip"
- "NotificationText"
- "NotificationBackground"
- "MiniPopup"
- "textField"
- "ControlLabel"
- "ObjectField"
- "ObjectFieldThumb"
- "ObjectFieldMiniThumb"
- "Toggle"
- "ToggleMixed"
- "ColorField"
- "Foldout"
- "TextFieldDropDown"
- "TextFieldDropDownText"
- "PR Label"
- "ProjectBrowserGridLabel"
- "ObjectPickerResultsGrid"
- "ObjectPickerBackground"
- "ObjectPickerPreviewBackground"
- "ProjectBrowserHeaderBgMiddle"
- "ProjectBrowserHeaderBgTop"
- "Label"
- "MiniLabel"
- "Foldout"
- "ObjectPickerToolbar"
- "PR TextField"
- "PR Ping"
- "PR Ping"
- "ProjectBrowserIconDropShadow"
- "ProjectBrowserTextureIconDropShadow"
- "ProjectBrowserIconAreaBg"
- "ProjectBrowserPreviewBg"
- "ProjectBrowserSubAssetBg"
- "ProjectBrowserSubAssetBgOpenEnded"
- "ProjectBrowserSubAssetBgCloseEnded"
- "ProjectBrowserSubAssetBgMiddle"
- "ProjectBrowserSubAssetBgDivider"
- "ProjectBrowserSubAssetExpandBtn"
For future reference of people finding this repo, it lists where you can find these. Open UnityEditor.dll using a C# dll explorer like ILSpy or even VS, and then locate the .ctor (constructor) for these classes listed here, such as "UnityEditor.EditorStyles".