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.
2 parents 9c720ec + 2e447b0 commit d8da2e6Copy full SHA for d8da2e6
docs/diagrams/LogicClassDiagram.puml
@@ -1,8 +1,8 @@
1
@startuml
2
!include style.puml
3
skinparam arrowThickness 1.1
4
-skinparam arrowColor LOGIC_COLOR_T4
5
-skinparam classBackgroundColor LOGIC_COLOR
+skinparam arrowColor LOGIC_COLOR_T5
+skinparam classBackgroundColor LOGIC_COLOR_T6
6
7
package Logic as LogicPackage {
8
docs/diagrams/style.puml
@@ -18,6 +18,8 @@
18
!define LOGIC_COLOR_T2 #6A6ADC
19
!define LOGIC_COLOR_T3 #1616B0
20
!define LOGIC_COLOR_T4 #101086
21
+!define LOGIC_COLOR_T5 #3260a8
22
+!define LOGIC_COLOR_T6 #267afc
23
24
!define MODEL_COLOR #9D0012
25
!define MODEL_COLOR_T1 #F97181
docs/images/LogicClassDiagram.png
-52.5 KB
0 commit comments