Skip to content

Commit

Permalink
Merge pull request #21 from ugwis/main
Browse files Browse the repository at this point in the history
Fix default color of VPC,Subnets title
  • Loading branch information
ugwis authored Mar 25, 2024
2 parents b97e405 + 8fbe64c commit 1382a2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions definitions/definition-for-aws-icons-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Definitions:
Path: "image15.png"
Label:
Title: "VPC"
Color: "rgba(105, 59, 197, 255)"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 0)"
Border:
Expand All @@ -85,7 +85,7 @@ Definitions:
Title: "Subnet"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 25)"
Color: "rgba(0, 0, 0, 0)"
Border:
Color: "rgba(0, 0, 0, 0)"

Expand All @@ -96,7 +96,7 @@ Definitions:
Path: "image44.png"
Label:
Title: "Private Subnet"
Color: "rgba(91, 156, 213, 255)"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 0)"
Border:
Expand All @@ -109,7 +109,7 @@ Definitions:
Path: "image26.png"
Label:
Title: "Public Subnet"
Color: "rgba(29, 137, 0, 255)"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 0)"
Border:
Expand Down
8 changes: 4 additions & 4 deletions tools/make-definition-from-pptx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ cat >> $output_path <<EOF
Path: "image15.png"
Label:
Title: "VPC"
Color: "rgba(105, 59, 197, 255)"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 0)"
Border:
Expand All @@ -137,7 +137,7 @@ cat >> $output_path <<EOF
Title: "Subnet"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 25)"
Color: "rgba(0, 0, 0, 0)"
Border:
Color: "rgba(0, 0, 0, 0)"
Expand All @@ -148,7 +148,7 @@ cat >> $output_path <<EOF
Path: "image44.png"
Label:
Title: "Private Subnet"
Color: "rgba(91, 156, 213, 255)"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 0)"
Border:
Expand All @@ -161,7 +161,7 @@ cat >> $output_path <<EOF
Path: "image26.png"
Label:
Title: "Public Subnet"
Color: "rgba(29, 137, 0, 255)"
Color: "rgba(0, 0, 0, 255)"
Fill:
Color: "rgba(0, 0, 0, 0)"
Border:
Expand Down

0 comments on commit 1382a2c

Please sign in to comment.