diff --git a/lightning/src/components/BadassMap.tsx b/lightning/src/components/BadassMap.tsx index 430bca0..0ce015e 100644 --- a/lightning/src/components/BadassMap.tsx +++ b/lightning/src/components/BadassMap.tsx @@ -13,7 +13,7 @@ import type { MapOptions } from 'maplibre-gl'; import type { StyleSpecification } from 'maplibre-gl'; import 'maplibre-gl/dist/maplibre-gl.css'; -import styleJson from '~/style.json'; +import styleJson from '~/style/style.json'; import type { ArcLayer, ArcLayerProps } from '@deck.gl/layers/typed'; const MAP_STYLE: StyleSpecification = styleJson; diff --git a/lightning/src/MT_style.json b/lightning/src/style/MT_style.json similarity index 100% rename from lightning/src/MT_style.json rename to lightning/src/style/MT_style.json diff --git a/lightning/src/style/palette b/lightning/src/style/palette new file mode 100644 index 0000000..2732db4 --- /dev/null +++ b/lightning/src/style/palette @@ -0,0 +1,11 @@ +Tiffany Blue +#BCECE0 + +Cyan +#36EEE0 + +Hot Pink +#F652A0 + +CornFlower +#4C5270 diff --git a/lightning/src/style.json b/lightning/src/style/style.json similarity index 100% rename from lightning/src/style.json rename to lightning/src/style/style.json