neural_style# class braintools.visualize.neural_style(spike_color='#FF6B6B', membrane_color='#96CEB4', background_color='#F7F7F7', fontsize=12, grid=True)# Apply neural-specific plotting style. Parameters: spike_color (str) – Color for spike representations. membrane_color (str) – Color for membrane potential plots. background_color (str) – Background color. fontsize (int) – Base font size. grid (bool) – Whether to show grid.