EditorStylesheetVariables_Dark.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "StylesheetVariables" : {
  3. "WindowBackgroundColor" : "#393a3c",
  4. "PanelBackgroundColor" : "#303030",
  5. "DockWidgetTextColor" : "#cccccc",
  6. "DockWindowTitleBarColor" : "#222326",
  7. "TextColor" : "#cccccc",
  8. "ToolButtonPressedBackgroundColor" : "rgba(255, 153, 0, 128)",
  9. "ToolButtonPressedBorderColor" : "#D9822E",
  10. "ToolButtonHoverBackgroundColor" : "rgba(255, 153, 0, 64)",
  11. "ToolButtonHoverBorderColor" : "#D9822E",
  12. "ToolButtonCheckedBackgroundColor" : "rgba(255, 153, 0, 32)",
  13. "MenuBorderColor" : "#4E4E4E",
  14. "MenuItemSelectedColor" : "#D9822E",
  15. "MenuEnabledTextColor" : "#ffffff",
  16. "MenuDisabledTextColor" : "#C0C0C0",
  17. "ScrollbarBackgroundColor" : " #2D2D2D",
  18. "ScrollbarBorderColor" : "000000",
  19. "ScrollbarHandleBackgroundColor" : " #353535",
  20. "ScrollbarHandleBorderColor" : " #4E4E4E",
  21. "ComponentPanelFrameColor" : "#383A3B",
  22. "ViewportTitleSearchBackgroundUrl" : "url(:/viewpanes/editwithbutton_dark.png)",
  23. "TextErrorColor": "#f44642",
  24. "TextPositiveColor": "#43d96a",
  25. "TextWarningColor": "#F0C32D",
  26. "TextInfoColor": "#4285F4",
  27. "DarkPanelBackgroundColor": "#212225",
  28. "LinkColor" : "#4285F4",
  29. "LabelTextColor" : "#999999",
  30. "PushButtonDisabledColor" : "#666666",
  31. "CheckBoxDisabledColor" : "#666666",
  32. "ResourceGroupHighlightColor" : "#D9822E",
  33. "CToolTipText" : "#ff000000",
  34. "CToolTipBackground" : "#ffffffff",
  35. "CTableRowOdd" : "#ffededed",
  36. "CTableRowEven" : "#ffffffff",
  37. "SliceRootBackgroundColor" : "#1E252F",
  38. "SliceRootNameColor" : "#FFFFFF",
  39. "SelectedSliceRootBackgroundColor" : "#47487B",
  40. "SelectedSliceRootBorderColor" : "#2F306D",
  41. "SliceEntityColor" : "#4285F4",
  42. "SliceOverrideColor" : "#FF7B00",
  43. "LayerBackgroundColor" : "#2F2F2F",
  44. "LayerChildBackgroundColor": "#333333",
  45. "LayerBorderTop": "#515151",
  46. "LayerBorderBottom": "#252525",
  47. "LayerMenuSelected": "#424242",
  48. "LayerMenuDisabled" : "#A0A0A0",
  49. "NewLayerDefaultColor": "#515151",
  50. "HierarchyLinesSlices": "#425E88",
  51. "HierarchyLinesSlicesSelected": "#5779AB",
  52. "HierarchyLinesNonSliceEntities": "#5C5C5C",
  53. "HierarchyLinesNonSliceEntitiesSelected": "#7B7B7B",
  54. "OutlinerSelectionColor": "#565A5B",
  55. "LayerBGSelectionColor": "#444545",
  56. "LayerChildBGSelectionColor": "#464747"
  57. }
  58. }