mirror of
https://github.com/bitwarden/server.git
synced 2026-02-03 15:45:19 +08:00
33 lines
484 B
Plaintext
33 lines
484 B
Plaintext
|
|
styles {
|
||
|
|
theme default
|
||
|
|
element "Element" {
|
||
|
|
color #3c3b3b
|
||
|
|
}
|
||
|
|
element "Person" {
|
||
|
|
background #d34407
|
||
|
|
shape person
|
||
|
|
}
|
||
|
|
element "Container" {
|
||
|
|
background #f88728
|
||
|
|
}
|
||
|
|
element "MSP" {
|
||
|
|
background #3107d3
|
||
|
|
}
|
||
|
|
element "Queue" {
|
||
|
|
shape pipe
|
||
|
|
}
|
||
|
|
element "Mobile" {
|
||
|
|
shape mobileDevicePortrait
|
||
|
|
}
|
||
|
|
element "Web" {
|
||
|
|
shape webBrowser
|
||
|
|
}
|
||
|
|
element "Database" {
|
||
|
|
shape cylinder
|
||
|
|
}
|
||
|
|
element "External" {
|
||
|
|
color #000000
|
||
|
|
background #b5b5b5
|
||
|
|
}
|
||
|
|
}
|