We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c3ef5 commit 53eed63Copy full SHA for 53eed63
1 file changed
Elektronik/Wiring_Plan/wiring.d2
@@ -25,15 +25,24 @@ classes: {
25
# Geräte-Kategorien
26
core_component: {
27
shape: rectangle
28
- style: { stroke: "#ff0000"; stroke-width: 4 } # Roter Rahmen
+ style: {
29
+ stroke: "#ff0000"; stroke-width: 4
30
+ fill: "#fff2f2" # Sehr helles Rot
31
+ }
32
}
33
complex_device: {
34
- style: { stroke: "#0000ff"; stroke-width: 3 } # Blauer Rahmen
35
36
+ stroke: "#0000ff"; stroke-width: 3
37
+ fill: "#f2f7ff" # Sehr helles Blau
38
39
40
end_device: {
41
- style: { stroke: "#000000"; stroke-width: 2 } # Schwarzer Rahmen
42
43
+ stroke: "#000000"; stroke-width: 2
44
+ fill: "#ffffff" # Weißer Hintergrund
45
46
47
48
0 commit comments