mv style
This commit is contained in:
parent
2787e0a05b
commit
26baa7c1c5
4 changed files with 12 additions and 1 deletions
|
@ -13,7 +13,7 @@ import type { MapOptions } from 'maplibre-gl';
|
||||||
import type { StyleSpecification } from 'maplibre-gl';
|
import type { StyleSpecification } from 'maplibre-gl';
|
||||||
|
|
||||||
import 'maplibre-gl/dist/maplibre-gl.css';
|
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';
|
import type { ArcLayer, ArcLayerProps } from '@deck.gl/layers/typed';
|
||||||
const MAP_STYLE: StyleSpecification = styleJson;
|
const MAP_STYLE: StyleSpecification = styleJson;
|
||||||
|
|
||||||
|
|
11
lightning/src/style/palette
Normal file
11
lightning/src/style/palette
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Tiffany Blue
|
||||||
|
#BCECE0
|
||||||
|
|
||||||
|
Cyan
|
||||||
|
#36EEE0
|
||||||
|
|
||||||
|
Hot Pink
|
||||||
|
#F652A0
|
||||||
|
|
||||||
|
CornFlower
|
||||||
|
#4C5270
|
Loading…
Add table
Reference in a new issue