From 26baa7c1c5dfc51a00668fce5bc6d4affce17791 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Fri, 21 Apr 2023 19:59:35 -0400 Subject: [PATCH] mv style --- lightning/src/components/BadassMap.tsx | 2 +- lightning/src/{ => style}/MT_style.json | 0 lightning/src/style/palette | 11 +++++++++++ lightning/src/{ => style}/style.json | 0 4 files changed, 12 insertions(+), 1 deletion(-) rename lightning/src/{ => style}/MT_style.json (100%) create mode 100644 lightning/src/style/palette rename lightning/src/{ => style}/style.json (100%) 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