Skip to content

Commit

Permalink
Issue #139: change indoor colors.
Browse files Browse the repository at this point in the history
Try to make indoor colors darker and use dark border for corridors
(this may lead to some unwanted results, but we will see).
  • Loading branch information
enzet committed Aug 18, 2022
1 parent d068a76 commit a6955c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cache/

# Work files

diffs
work
precommit.py

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Unreleased

- Change indoor colors, make columns visible (#139).

# 0.1.7

_17 August 2022_
Expand Down
11 changes: 6 additions & 5 deletions map_machine/scheme/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ colors:
grass_border_color: "#BFD098"
grass_color: "#CFE0A8"
hidden_color: "#000000"
indoor_border_color: "#C0B8B0"
indoor_border_color: "#A0A890"
indoor_color: "#E8E4E0"
indoor_column_color: {color: indoor_border_color, darken: 0.5}
meadow_border_color: "#BFD078"
meadow_color: "#CFE088"
orchard_color: "#B8DCA4"
Expand Down Expand Up @@ -2116,7 +2117,7 @@ ways:
priority: 10.0
- tags: {indoor: corridor}
style:
stroke: indoor_color
stroke: indoor_border_color
stroke-width: 1.0
fill: indoor_color
priority: 11.0
Expand All @@ -2133,7 +2134,7 @@ ways:
priority: 12.0
- tags: {indoor: room}
style:
stroke: "#AAAAAA"
stroke: indoor_border_color
stroke-width: 1.0
priority: 12.0
- tags: {indoor: elevator, area: "yes"}
Expand All @@ -2144,9 +2145,9 @@ ways:
priority: 12.0
- tags: {indoor: column}
style:
stroke: indoor_wall_color
stroke: indoor_column_color
stroke-width: 1.0
fill: indoor_wall_color
fill: indoor_column_color
priority: 13.0

- tags: {power: line}
Expand Down

0 comments on commit a6955c7

Please sign in to comment.