spark.graph_editor.editor_config#

Attributes#

Classes#

Module Contents#

class spark.graph_editor.editor_config.GraphEditorConfig[source]#
primary_bg_color: str = '#4A4A4A'[source]#
secondary_bg_color: str = '#404040'[source]#
tertiary_bg_color: str = '#5A5A5A'[source]#
border_color: str = '#2A2A2A'[source]#
hover_color: str = '#444958'[source]#
selected_color: str = '#515E86'[source]#
small_font_size: int = 12[source]#
medium_font_size: int = 14[source]#
large_font_size: int = 20[source]#
header_font_size: int = 16[source]#
default_font_color: str = '#E4E4E4'[source]#
inspector_panel_min_width: int = 350[source]#
nodes_panel_min_width: int = 200[source]#
dock_min_width: int = 350[source]#
dock_min_height: int = 150[source]#
dock_layout_spacing: int = 2[source]#
dock_layout_margins: PySide6.QtCore.QMargins[source]#
inspector_panel_pos[source]#
nodes_panel_pos[source]#
console_panel_pos[source]#
min_attr_label_size: int = 100[source]#
input_field_bg_color: str = '#2A2A2A'[source]#
input_field_border_radius: int = 4[source]#
input_field_margin: PySide6.QtCore.QMargins[source]#
label_field_margin: PySide6.QtCore.QMargins[source]#
field_bg_color: str = '#3A3A3A'[source]#
field_border_radius: int = 4[source]#
field_margin: PySide6.QtCore.QMargins[source]#
button_bg_color: str = '#2A2A2A'[source]#
button_border_radius: int = 4[source]#
section_bg_color: str = '#3A3A3A'[source]#
section_border_radius: int = 4[source]#
section_margin: PySide6.QtCore.QMargins[source]#
spark.graph_editor.editor_config.GRAPH_EDITOR_CONFIG[source]#