76 lines
1.9 KiB
Plaintext
76 lines
1.9 KiB
Plaintext
|
@startuml corlor-define
|
||
|
|
||
|
!include ./material-colors.puml
|
||
|
' uncomment the following line and comment the first to use locally
|
||
|
'!include ./material-colors.puml
|
||
|
' Colors
|
||
|
' ##################################
|
||
|
!define Black #222222
|
||
|
!define MidnightBlue #363D5D
|
||
|
!define Red #F6363F
|
||
|
!define Pink #F6216E
|
||
|
!define Magenta #A54FBD
|
||
|
!define Green #37A77C
|
||
|
!define Yellow #F97A00
|
||
|
!define Blue #1E98F2
|
||
|
!define CYan #25AFCA
|
||
|
!define AntiqueWhite #FEF2DC
|
||
|
!define Grey #444444
|
||
|
|
||
|
' Normal Corlor
|
||
|
'---------------------
|
||
|
!define NOTE_BG_COLOR MD_BGRAY_300
|
||
|
!define NOTE_BORDER_COLOR MD_BGRAY_300
|
||
|
|
||
|
!define NOTE_Q_BG_COLOR MD_YELLOW_800
|
||
|
!define NOTE_Q_BORDER_COLOR MD_YELLOW_800
|
||
|
|
||
|
!define EL_BG_COLOR_900 MD_BLUE_900
|
||
|
!define EL_BORDER_COLOR_900 MD_BLUE_900
|
||
|
!define EL_BG_COLOR_800 MD_BLUE_800
|
||
|
!define EL_BORDER_COLOR_800 MD_BLUE_800
|
||
|
!define EL_BG_COLOR_600 MD_BLUE_600
|
||
|
!define EL_BORDER_COLOR_600 MD_BLUE_600
|
||
|
|
||
|
!define EL_BG_COLOR_400 MD_BLUE_400
|
||
|
!define EL_BORDER_COLOR_400 MD_BLUE_400
|
||
|
|
||
|
!define EL_BG_COLOR_300 MD_BLUE_300
|
||
|
!define EL_BORDER_COLOR_300 MD_BLUE_300
|
||
|
|
||
|
' C4 Colors
|
||
|
' ============================================
|
||
|
'!define ELEMENT_FONT_COLOR #FFFFFF
|
||
|
|
||
|
' Person
|
||
|
'!define PERSON_BG_COLOR #08427B
|
||
|
'!define PERSON_BORDER_COLOR #073B6F
|
||
|
'!define EXTERNAL_PERSON_BG_COLOR #686868
|
||
|
'!define EXTERNAL_PERSON_BORDER_COLOR #8A8A8A
|
||
|
|
||
|
' System
|
||
|
'!define SYSTEM_BG_COLOR #1168BD
|
||
|
'!define SYSTEM_BORDER_COLOR #3C7FC0
|
||
|
'!define EXTERNAL_SYSTEM_BG_COLOR #999999
|
||
|
'!define EXTERNAL_SYSTEM_BORDER_COLOR #8A8A8A
|
||
|
|
||
|
' Database
|
||
|
'!define DATABASE_BG_COLOR #1168BD
|
||
|
'!define DATABASE_BORDER_COLOR #3C7FC0
|
||
|
|
||
|
' Actor
|
||
|
'!define ACTOR_BG_COLOR #08427B
|
||
|
'!define ACTOR_BORDER_COLOR #073B6F
|
||
|
'!define INTERNAL_ACTOR_BG_COLOR #686868
|
||
|
'!define INTERNAL_ACTOR_BORDER_COLOR #8A8A8A
|
||
|
|
||
|
' Container
|
||
|
'!define CONTAINER_BG_COLOR #438DD5
|
||
|
'!define CONTAINER_BORDER_COLOR #3C7FC0
|
||
|
|
||
|
' Component
|
||
|
'!define COMPONENT_BG_COLOR #85BBF0
|
||
|
'!define COMPONENT_BORDER_COLOR #78A8D8
|
||
|
'!define COMPONENT_FONT_COLOR Black
|
||
|
|
||
|
@enduml
|