Fix colors in organigramm to be wtf-orange/dark-grey/light-grey as specified in ag_kommunikation/wtf_propaganda

This commit is contained in:
maehw 2021-09-22 20:12:11 +02:00
parent 75fd601a24
commit 8e186530c1
3 changed files with 9 additions and 7 deletions

View File

@ -1,19 +1,20 @@
@startwbs @startwbs
<style> <style>
// when changing colors double-check https://git.wtf-eg.de/ag_kommunikation/wtf_propaganda
wbsDiagram { wbsDiagram {
BackgroundColor transparent BackgroundColor transparent
node { node {
FontColor #000000 FontColor #000000
BackgroundColor #ECEFEB BackgroundColor #EDEFEB
LineColor #000000 LineColor #000000
Shadowing 0.0 Shadowing 0.0
} }
rootnode { rootnode {
FontColor #FD7800 FontColor #EF7C21
} }
arrow { arrow {
// note that connectors are actually "arrows" even if they don't look like arrows // note that connectors are actually "arrows" even if they don't look like arrows
LineColor #FD7800 LineColor #EF7C21
LineThickness 2.5 LineThickness 2.5
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB