bchapuis commented on code in PR #691:
URL: 
https://github.com/apache/incubator-baremaps/pull/691#discussion_r1226574593


##########
basemap/layers/aerialway/style.js:
##########
@@ -9,6 +9,8 @@
  or implied. See the License for the specific language governing permissions 
and limitations under
  the License.
  **/
+import colorScheme from "../../theme.js";

Review Comment:
   Could you rename colorScheme into theme. We will eventually have more than a 
color scheme in the theme.



##########
basemap/config.js:
##########
@@ -12,7 +12,7 @@
 export default {
     "host": "http://localhost:9000";,
     "database": 
"jdbc:postgresql://localhost:5432/baremaps?&user=baremaps&password=baremaps",
-    "osmPbfUrl": 
"https://download.geofabrik.de/europe/switzerland-latest.osm.pbf";,
-    "center": [6.6323, 46.5197],
+    "osmPbfUrl": 
"https://download.geofabrik.de/europe/liechtenstein-latest.osm.pbf";,

Review Comment:
   Could you keep the original file here (switzerland-latest.osm.pbf).



##########
basemap/layers/aeroway/line.js:
##########
@@ -10,16 +10,18 @@
  the License.
  **/
 import {asLayerObject, withSortKeys} from "../../utils/utils.js";
+import colorScheme from "../../theme.js";

Review Comment:
   rename colorScheme



##########
basemap/layers/amenity/background.js:
##########
@@ -10,31 +10,32 @@
  the License.
  **/
 import {asLayerObject, withSortKeys} from "../../utils/utils.js";
+import colorScheme from "../../theme.js";

Review Comment:
   rename colorScheme



##########
basemap/layers/aeroway/polygon.js:
##########
@@ -10,11 +10,12 @@
  the License.
  **/
 import {asLayerObject, withSortKeys} from "../../utils/utils.js";
+import colorScheme from "../../theme.js";

Review Comment:
   rename colorScheme



##########
basemap/layers/amenity/overlay.js:
##########
@@ -10,15 +10,16 @@
  the License.
  **/
 import {asLayerObject, withSortKeys} from "../../utils/utils.js";
+import colorScheme from "../../theme.js";

Review Comment:
   rename colorScheme



##########
basemap/layers/background/style.js:
##########
@@ -9,6 +9,9 @@ is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS OF ANY KIND
 or implied. See the License for the specific language governing permissions 
and limitations under
 the License.
 **/
+
+import colorScheme from '../../theme.js';

Review Comment:
   rename colorScheme



##########
basemap/layers/amenity/fountain.js:
##########
@@ -10,12 +10,13 @@
  the License.
  **/
 import {asLayerObject} from "../../utils/utils.js";
+import colorScheme from "../../theme.js";

Review Comment:
   rename colorScheme



##########
basemap/layers/attraction/style.js:
##########
@@ -9,6 +9,8 @@
  or implied. See the License for the specific language governing permissions 
and limitations under
  the License.
  **/
+ import colorScheme from "../../themes/default";

Review Comment:
   rename colorScheme and change from (`import theme from "../../theme.js";`)



##########
basemap/layers/barrier/style.js:
##########
@@ -9,6 +9,8 @@
  or implied. See the License for the specific language governing permissions 
and limitations under
  the License.
  **/
+ import colorScheme from "../../theme.js";

Review Comment:
   rename colorScheme



##########
basemap/themes/default.js:
##########
@@ -0,0 +1,608 @@
+export default {
+  
+    highwayLineMotorwayLineColor: 'rgb(233, 144, 161)',
+    highwayLineTrunkLineColor: 'rgb(250, 193, 172)',
+    highwayLinePrimaryLineColor: 'rgb(253, 221, 179)',
+    highwayLineSecondaryLineColor: 'rgb(248, 250, 202)',
+    highwayLineTertiaryLineColor: 'rgb(254, 254, 254)',
+    highwayLineUnclassifiedLineColor: 'rgb(254, 254, 254)',
+    highwayLineResidentialLineColor: 'rgb(254, 254, 254)',
+    highwayLineLivingStreetLineColor: 'rgb(237, 237, 237)',
+    highwayLineServiceLineColor: 'rgb(254, 254, 254)',
+    highwayLineRacewayLineColor: 'rgb(255, 192, 203)',
+    highwayLinePedestrianLineColor: 'rgb(221, 221, 231)',
+    highwayLineBuswayLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionMotorwayLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionTrunkLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionPrimaryLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionSecondaryLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionTertiaryLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionUnclassifiedLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionResidentialLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionLivingStreetLineColor: 'rgb(254, 254, 254)',
+    constructionDashConstructionServiceLineColor: 'rgb(254, 254, 254)',
+    constructionLineConstructionMotorwayLineColor: 'rgb(233, 144, 161)',
+    constructionLineConstructionTrunkLineColor: 'rgb(250, 193, 172)',
+    constructionLineConstructionPrimaryLineColor: 'rgb(253, 221, 179)',
+    constructionLineConstructionSecondaryLineColor: 'rgb(248, 250, 202)',
+    constructionLineConstructionTertiaryLineColor: 'rgb(190, 189, 188)',
+    constructionLineConstructionUnclassifiedLineColor: 'rgb(211, 207, 206)',
+    constructionLineConstructionResidentialLineColor: 'rgb(211, 207, 206)',
+    constructionLineConstructionLivingStreetLineColor: 'rgb(207, 207, 207)',
+    constructionLineConstructionServiceLineColor: 'rgb(213, 211, 211)',
+    constructionLineConstructionRacewayLineColor: 'rgb(213, 211, 211)',
+    bridgeLineMotorwayLineColor: 'rgb(227, 113, 134)',
+    bridgeLineTrunkLineColor: 'rgb(248, 163, 132)',
+    bridgeLinePrimaryLineColor: 'rgb(252, 202, 137)',
+    bridgeLineSecondaryLineColor: 'rgb(243, 246, 161)',
+    bridgeLineTertiaryLineColor: 'rgb(229, 229, 229)',
+    bridgeLineUnclassifiedLineColor: 'rgb(229, 229, 229)',
+    bridgeLineResidentialLineColor: 'rgb(229, 229, 229)',
+    bridgeLineLivingStreetLineColor: 'rgb(213, 213, 213)',
+    bridgeLineServiceLineColor: 'rgb(229, 229, 229)',
+    bridgeLineTrackLineColor: 'rgb(159, 126, 57)',
+    bridgeLineRacewayLineColor: 'rgb(255, 147, 166)',
+    bridgeLinePedestrianLineColor: 'rgb(194, 194, 212)',
+    bridgeOutlineMotorwayLineColor: 'rgb(223, 55, 106)',
+    bridgeOutlineTrunkLineColor: 'rgb(212, 91, 54)',
+    bridgeOutlinePrimaryLineColor: 'rgb(173, 132, 56)',
+    bridgeOutlineSecondaryLineColor: 'rgb(139, 149, 60)',
+    bridgeOutlineTertiaryLineColor: 'rgb(171, 170, 169)',
+    bridgeOutlineUnclassifiedLineColor: 'rgb(191, 185, 184)',
+    bridgeOutlineResidentialLineColor: 'rgb(191, 185, 184)',
+    bridgeOutlineLivingStreetLineColor: 'rgb(186, 186, 186)',
+    bridgeOutlineServiceLineColor: 'rgb(192, 189, 189)',
+    bridgeOutlinePedestrianLineColor: 'rgb(166, 165, 163)',
+    highwayDashBridlewayLineColor: 'rgb(68, 159, 66)',
+    highwayDashBuswayLineColor: 'rgb(0, 146, 219)',
+    highwayDashCyclewayLineColor: 'rgba(28, 27, 254, 1)',
+    highwayDashFootwayLineColor: 'rgb(192, 192, 192)',
+    highwayDashHighwayLineColor: 'rgb(250, 132, 117)',
+    highwayDashTrackLineColor: 'rgb(177, 140, 63)',
+    highwayOutlineMotorwayLineColor: 'rgb(227, 82, 126)',
+    highwayOutlineTrunkLineColor: 'rgb(217, 111, 78)',
+    highwayOutlinePrimaryLineColor: 'rgb(192, 147, 62)',
+    highwayOutlineSecondaryLineColor: 'rgb(154, 166, 67)',
+    highwayOutlineTertiaryLineColor: 'rgb(190, 189, 188)',
+    highwayOutlineBuswayLineColor: 'rgb(190, 189, 188)',
+    highwayOutlineUnclassifiedLineColor: 'rgb(211, 207, 206)',
+    highwayOutlineResidentialLineColor: 'rgb(211, 207, 206)',
+    highwayOutlineLivingStreetLineColor: 'rgb(207, 207, 207)',
+    highwayOutlineServiceLineColor: 'rgb(213, 211, 211)',
+    highwayOutlinePedestrianLineColor: 'rgb(184, 183, 182)',
+    highwayOutlinePedestrianBisLineColor: 'rgb(184, 183, 182)',
+    tunnelLineMotorwayLineColor: 'rgba(241, 188, 198, 1)',
+    tunnelLineTrunkLineColor: 'rgba(252, 215, 204, 1)',
+    tunnelLinePrimaryLineColor: 'rgba(254, 237, 213, 1)',
+    tunnelLineSecondaryLineColor: 'rgba(249, 253, 215, 1)',
+    tunnelLineTertiaryLineColor: 'rgba(255, 255, 255, 1)',
+    tunnelLineUnclassifiedLineColor: 'rgba(242, 242, 242, 1)',
+    tunnelLineResidentialLineColor: 'rgba(211, 207, 206, 1)',
+    tunnelLineLivingStreetLineColor: 'rgba(245, 245, 245, 1)',
+    tunnelLineServiceLineColor: 'rgba(242, 242, 242, 1)',
+    tunnelLinePedestrianLineColor: 'rgba(221, 221, 232, 1)',
+    tunnelLineRacewayLineColor: 'rgba(255, 192, 203, 1)',
+    tunnelLineTrackLineColor: 'rgb(177, 140, 63)',
+    tunnelOutlineMotorwayLineColor: 'rgba(227, 82, 126, 1)',
+    tunnelOutlineTrunkLineColor: 'rgba(217, 111, 78, 1)',
+    tunnelOutlinePrimaryLineColor: 'rgba(192, 147, 62, 1)',
+    tunnelOutlineSecondaryLineColor: 'rgba(154, 166, 67, 1)',
+    tunnelOutlineTertiaryLineColor: 'rgba(190, 189, 188, 1)',
+    tunnelOutlineUnclassifiedLineColor: 'rgba(211, 207, 206, 1)',
+    tunnelOutlineResidentialLineColor: 'rgba(211, 207, 206, 1)',
+    tunnelOutlineLivingStreetLineColor: 'rgba(207, 207, 207, 1)',
+    tunnelOutlineServiceLineColor: 'rgba(213, 211, 211, 1)',
+    tunnelOutlinePedestrianLineColor: 'rgba(184, 183, 182, 1)',
+    highwayLabelPaintTextColor: 'rgb(96,96,96)',
+    highwayLabelPaintTextHaloColor: 'rgba(255,255,255,0.8)',
+    pedestrianAreaPaintFillColor: 'rgb(221, 221, 231)',
+    aerialwayStyleLinePaintLineColor: 'rgb(177, 177, 175)',
+    aerowayLineRunwayLineColor: 'rgba(187, 187, 204, 1.0)',
+    aerowayLineTaxiwayLineColor: 'rgba(187, 187, 204, 1.0)',
+    aerowayPolygonLineColor: 'rgba(187, 187, 204, 1.0)',
+    amenityBackgroundKinderGartenFillColor: 'rgb(255, 255, 228)',
+    amenityBackgroundSchoolFillColor: 'rgb(255, 255, 228)',
+    amenityBackgroundCollegeFillColor: 'rgb(255, 255, 228)',
+    amenityBackgroundUniversityFillColor: 'rgb(255, 255, 228)',
+    amenityBackgroundHospitalFillColor: 'rgb(255, 255, 228)',
+    amenityBackgroundGraveYardFillColor: 'rgb(170, 203, 175)',
+    amenityFountainFillColor: 'rgb(170, 211, 223)',
+    amenityFountainFillOutlineColor: 'rgb(170, 211, 223)',
+    amenityOverlayMotorcycleParkingFillColor: 'rgb(238, 238, 238)',
+    amenityOverlayParkingFillColor: 'rgb(238, 238, 238)',
+    attractionStyleWaterSlideLineColor: 'rgba(170, 224, 203, 1)',
+    backgroundStyleBackgroundColor: 'rgb(242, 239, 233)',
+    barrierStyleGuardRailLineColor: 'rgba(139, 177, 162, 1)',
+    boundaryLineAdminLevelLineColor: 'rgb(207, 155, 203)',
+    buildingNumberTextColor: 'rgb(96,96,96)',
+    buildingNumberTextHaloColor: 'rgba(255,255,255,0.8)',
+    buildingShapeFillColor: 'rgb(216, 208, 201)',
+    buildingShapeFillOutlineColor: 'rgb(199, 185, 174)',
+    labelsStyleDormitoryLabelsTextColor: 'rgba(0, 0, 0, 1)',
+    labelsStyleDormitoryLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleQuarryLabelsTextColor: 'rgba(71, 69, 69, 1)',
+    labelsStyleQuarryLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleBuildingSchoolLabelsTextColor: 'rgba(0, 0, 0, 1)',
+    labelsStyleBuildingSchoolLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleBuildingLabelsTextColor: 'rgba(0, 0, 0, 1)',
+    labelsStyleBuildingLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleSocialFacilityLabelsTextColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleSocialFacilityLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleSocialFacilityLabelsIconColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleSocialFacilityLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePitchLabelsTextColor: 'rgba(77, 153, 122, 1)',
+    labelsStylePitchLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleTheatreLabelsTextColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleTheatreLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleTheatreLabelsIconColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleTheatreLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleCommunityCentreLabelsTextColor:  'rgba(115, 74, 9, 1)',
+    labelsStyleCommunityCentreLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleCommunityCentreLabelsIconColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleCommunityCentreLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleSportHallLabelsTextColor: 'rgba(103, 103, 102, 1)',
+    labelsStyleSportHallLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleSchoolLabelsTextColor: 'rgba(101, 101, 41, 1)',
+    labelsStyleSchoolLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleCollegeLabelsTextColor: 'rgba(101, 101, 41, 1)',
+    labelsStyleCollegeLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleCourthouseLabelsTextColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleCourthouseLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleCourthouseLabelsIconColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleCourthouseLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleParkingLabelsTextColor: 'rgba(33, 118, 254, 1)',
+    labelsStyleParkingLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleParkingLabelsIconColor: 'rgba(3, 146, 218, 1)',
+    labelsStyleParkingLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleIndustrialLabelsTextColor: 'rgba(149, 89, 139, 1)',
+    labelsStyleIndustrialLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoicafeTextColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoicafeIconColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoicafeTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoicafeIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiAtmTextColor: 'rgba(115, 74, 10, 1)',
+    labelsStylePoiAtmTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiAtmIconColor:'rgba(115, 74, 10, 1)',
+    labelsStylePoiAtmIconHaloColor:'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiFuelChargingTextColor: 'rgba(0, 146, 218, 1)',
+    labelsStylePoiFuelChargingIconColor: 'rgba(0, 146, 218, 1)',
+    labelsStylePoiFuelChargingIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiFuelChargingTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiParkingTextColor: 'rgba(0, 146, 218, 1)',
+    labelsStylePoiParkingIconColor: 'rgba(0, 146, 218, 1)',
+    labelsStylePoiParkingIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiParkingTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiHotelTextColor: 'rgba(3, 146, 218, 1)',
+    labelsStylePoiHotelIconColor: 'rgba(3, 146, 218, 1)',
+    labelsStylePoiHotelIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiHotelTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiShopsTextColorLiteral: 'rgba(172, 57, 172, 1)',
+    labelsStylePoiShopsTextColorMassage: 'rgba(14, 133, 24, 1)',
+    labelsStylePoiShopsTextColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiShopsIconColorLiteral: 'rgba(172, 57, 172, 1)',
+    labelsStylePoiShopsIconColorMassage: 'rgba(14, 133, 24, 1)',
+    labelsStylePoiShopsIconColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiShopsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiShopsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiRestaurantsTextColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiRestaurantsIconColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiReaturantsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiRestaurantsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiFastFoodTextColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiFastFoodIconColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiFastFoodTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiFastFoodIconHaloColor:'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiBarPubTextColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiBarPubIconColor: 'rgba(199, 116, 0, 1)',
+    labelsStylePoiBarPubIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiBarPubTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiPharmacieTextColor:'rgba(191, 0, 0, 1)',
+    labelsStylePoiPharmacieIconColor: 'rgba(191, 0, 0, 1)',
+    labelsStylePoiPharmacieIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStylePoiPharmacieTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleZooLabelsTextColor: 'rgba(102, 0, 51, 1)',
+    labelsStyleZooLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleMonumentLabelsTextColor: 'rgba(115, 74, 9, 1)',
+    labelsStyleMonumentLabelsIconColor:'rgba(115, 74, 9, 1)',
+    labelsStyleMonumentLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleMonumentLabelsTextHaloColor:'rgba(255, 255, 255, 0.8)',
+    labelsStyleCemeteryLabelsTextColor:'rgba(69, 95, 72, 1)',
+    labelsStyleCemeteryLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleForestLabelsTextColor: 'rgba(89, 111, 82, 1)',
+    labelsStyleForestLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleStadiumLabelsTextColor: 'rgba(23, 117, 31, 1)',
+    labelsStyleStadiumLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleParkLabelsTextColor: 'rgba(31, 143, 40, 1)',
+    labelsStyleParkLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleHopitalLabelsTextColor: 'rgba(191, 3, 1, 1)',
+    labelsStyleHopitalLabelsTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleHopitalLabelsIconColor: 'rgba(191, 3, 1, 1)',
+    labelsStyleHopitalLabelsIconHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleMotorwayJunctionRefTextColor: 'rgba(179, 77, 73, 1)',
+    labelsStyleMotorwayJunctionRefTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    labelsStyleMotorwayJunctionNameTextColor: 'rgba(179, 77, 73, 1)',
+    labelsStyleMotorwayJunctionNameTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    landuseBackgroundVillageGreenFillColor: 'rgb(205, 235, 176)',
+    landuseBackgroundSaltPondFillColor: 'rgb(170, 211, 223)',
+    landuseBackgroundReligiousFillColor: 'rgb(205, 204, 201)',
+    landuseBackgroundRecreationGroundFillColor: 'rgb(223, 252, 226)',
+    landuseBackgroundRailwayFillColor: 'rgb(236, 218, 233)',
+    landuseBackgroundQuarryFillColor: 'rgb(195, 194, 194)',
+    landuseBackgroundPlantNurseryFillColor: 'rgb(174, 223, 162)',
+    landuseBackgroundMilitaryFillColor: 'rgb(242, 228, 221)',
+    landuseBackgroundLandfillFillColor: 'rgb(182, 182, 144)',
+    landuseBackgroundGreenfieldFillColor: 'rgb(242, 238, 232)',
+    landuseBackgroundGaragesFillColor: 'rgb(222, 221, 204)',
+    landuseBackgroundCemeteryFillColor: 'rgb(170, 203, 175)',
+    landuseBackgroundBrowmfieldFillColor: 'rgb(182, 182, 144)',
+    landuseBackgroundBasinFillColor: 'rgb(170, 211, 223)',
+    landuseBackgroundVineyardFillColor: 'rgb(172, 225, 161)',
+    landuseBackgroundMeadowFillColor: 'rgb(205, 235, 176)',
+    landuseBackgroundFarmyardFillColor: 'rgb(238, 213, 179)',
+    landuseBackgroundFarmlandFillColor: 'rgb(237, 240, 214)',
+    landuseBackgroundAllotmentsFillColor: 'rgb(202, 224, 191)',
+    landuseBackgroundRetailFillColor: 'rgb(254, 213, 208)',
+    landuseBackgroundIndustrialFillColor: 'rgb(235, 219, 232)',
+    landuseBackgroundResidentialFillColor: 'rgb(225, 225, 225)',
+    landuseBackgroundConstructionFillColor: 'rgb(199, 199, 180)',
+    landuseBackgroundCommercialFillColor: 'rgb(242, 216, 217)',
+    landuseBackgroundPedestrianFillColor: 'rgb(221, 221, 233)',
+    landuseOverlayGrassFillColor: 'rgb(205, 235, 176)',
+    landuseOverlayForestFillColor: 'rgb(171, 210, 156)',
+    landuseOverlayGreenhouseHorticultureFillColor: 'rgb(237, 240, 214)',
+    landuseOverlayOrchardFillColor: 'rgb(172, 225, 161)',
+    pointCountryLabelCountryTextColor: 'rgb(90, 56, 90)',
+    pointCountryLabelPaintTextHaloColor: 'rgba(255, 255, 255, 0.8)',
+    LeisureBackgroundSwimmingPoolFillColor: 'rgb(170, 211, 223)',

Review Comment:
   change the case



##########
basemap/themes/default.js:
##########
@@ -0,0 +1,608 @@
+export default {
+  

Review Comment:
   Sort lines alphabetically



##########
basemap/themes/light.js:
##########
@@ -0,0 +1,53 @@
+import style from './default.js';
+import * as importedTools from "./tools.js";
+import positronScheme from "./positron.js";
+
+const CLARITYFACTOR=4.7;

Review Comment:
   Format code with intellij 



##########
basemap/tileset.js:
##########
@@ -46,14 +46,14 @@ export default {
     amenity,
     attraction,
     barrier,
-    boundary,
+    //boundary,

Review Comment:
   uncomment these changes



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to