Skip to content

Commit

Permalink
add initial set of lapis and slategray icons [#238]
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Oct 23, 2024
1 parent 59145d8 commit 05665c8
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sprites/refill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 17 additions & 2 deletions sprites/themes/dark.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"themes": {
"base":["#aaaaaa","#000000"],
"green":["#30C573", "#1F1F1F"]
"green":["#30C573", "#1F1F1F"],
"lapis": ["#2B5CEA", "#1F1F1F"],
"slategray": ["#93939F", "#1F1F1F"]
},
"icons": {
"townspot":"base",
Expand All @@ -10,6 +12,19 @@
"marina":"green",
"park":"green",
"peak":"green",
"zoo":"green"
"zoo":"green",
"garden": "green",
"bench": "green",
"aerodrome": "lapis",
"train_station": "lapis",
"bus_stop": "lapis",
"ferry_terminal": "lapis",
"stadium": "slategray",
"university": "slategray",
"library": "slategray",
"school": "slategray",
"animal": "slategray",
"toilets": "slategray",
"drinking_water": "slategray"
}
}
19 changes: 17 additions & 2 deletions sprites/themes/light.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"themes": {
"base":["#555555","#ffffff"],
"green":["#20834D", "#DEF7EA"]
"green":["#20834D", "#DEF7EA"],
"lapis": ["#315BCF", "#DFEAF4"],
"slategray": ["#6A5B8F", "#E1F2FF"]
},
"icons": {
"townspot":"base",
Expand All @@ -10,6 +12,19 @@
"marina":"green",
"park":"green",
"peak":"green",
"zoo":"green"
"zoo":"green",
"garden": "green",
"bench": "green",
"aerodrome": "lapis",
"train_station": "lapis",
"bus_stop": "lapis",
"ferry_terminal": "lapis",
"stadium": "slategray",
"university": "slategray",
"library": "slategray",
"school": "slategray",
"animal": "slategray",
"toilets": "slategray",
"drinking_water": "slategray"
}
}

0 comments on commit 05665c8

Please sign in to comment.