mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
style: add Pale style
This commit is contained in:
parent
e701b7d2c4
commit
863ee259e3
5 changed files with 505 additions and 23 deletions
|
|
@ -192,18 +192,18 @@
|
|||
"filter": null
|
||||
},
|
||||
"#roads": {
|
||||
"opacity": 0.9,
|
||||
"stroke": "#3c1d0b",
|
||||
"stroke-width": 1.37,
|
||||
"opacity": 0.8,
|
||||
"stroke": "#95481a",
|
||||
"stroke-width": 0.8,
|
||||
"stroke-dasharray": 2,
|
||||
"stroke-linecap": "inherit",
|
||||
"filter": null,
|
||||
"mask": null
|
||||
},
|
||||
"#trails": {
|
||||
"opacity": 0.9,
|
||||
"opacity": 0.8,
|
||||
"stroke": "#95481a",
|
||||
"stroke-width": 0.88,
|
||||
"stroke-width": 0.5,
|
||||
"stroke-dasharray": ".8 1.6",
|
||||
"stroke-linecap": "butt",
|
||||
"filter": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue