updated carbon gray theme

This commit is contained in:
Bharat Rajagopalan 2022-07-16 21:56:07 +00:00
parent 123d1779b5
commit afc1538f10
1 changed files with 35 additions and 0 deletions

View File

@ -529,6 +529,26 @@ skinparam useBetaStyle true
<style> <style>
boardDiagram {
node {
$primary_scheme ()
BackGroundColor $PRIMARY
LineColor $PRIMARY_DARK
FontName IBM Plex Sans, Noto Sans, Verdana
'FontColor
FontSize 12
'FontStyle bold
RoundCorner 0
'LineThickness 2
'LineStyle 10;5
separator {
LineThickness $LINE_THICKNESS
LineColor $PRIMARY_DARK
'LineStyle 1;5
}
}
}
ganttDiagram { ganttDiagram {
task { task {
@ -569,6 +589,7 @@ ganttDiagram {
'LineStyle 8.0;13.0 'LineStyle 8.0;13.0
'LineThickness 3.0 'LineThickness 3.0
} }
milestone { milestone {
FontColor $PRIMARY_TEXT FontColor $PRIMARY_TEXT
FontSize 12 FontSize 12
@ -647,6 +668,16 @@ mindmapDiagram {
} }
} }
'Salt Diagram only has limited skinning
saltDiagram {
BackGroundColor $BG_COLOR
'Fontname Monospaced
'FontSize 10
'FontStyle italic
'LineThickness 0.5
'LineColor PRIMARY_DARK
}
timingDiagram { timingDiagram {
document { document {
BackGroundColor $BG_COLOR BackGroundColor $BG_COLOR
@ -702,6 +733,10 @@ wbsDiagram {
noteBorderColor $DARK noteBorderColor $DARK
} }
'Placeholder for adding wirediagram skins
wireDiagram {
}
yamlDiagram { yamlDiagram {
node { node {
$primary_scheme () $primary_scheme ()