Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #140 from FloEdelmann/patch-1
Browse files Browse the repository at this point in the history
Reapply building color transparency workaround
  • Loading branch information
westnordost authored Nov 6, 2022
2 parents 7c7e342 + 244bda8 commit ee6c5bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions streetcomplete-dark-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ global:
forest_color: '#403962'
town_color: '#3d364e'

building_color: [0.16, 0.36, 0.36, 0.75]
building_outline_color: [0.12, 0.32, 0.32, 0.75]
# alpha is shown as double of what is specified https://github.com/tangrams/tangram-es/issues/2333
building_color: [0.16, 0.36, 0.36, 0.4]
building_outline_color: [0.12, 0.32, 0.32, 0.4]

boundary_color: '#e72'

Expand Down
5 changes: 3 additions & 2 deletions streetcomplete-light-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ global:
forest_color: '#a8c884'
town_color: '#f3dacd'

building_color: rgba(204, 214, 238, .75)
building_outline_color: rgba(185, 195, 217, .75)
# alpha is shown as double of what is specified https://github.com/tangrams/tangram-es/issues/2333
building_color: rgba(204, 214, 238, 0.4)
building_outline_color: rgba(185, 195, 217, 0.4)

boundary_color: '#f3c'

Expand Down

0 comments on commit ee6c5bc

Please sign in to comment.