style: update border colors from gray-200 to gray-300 and standardize cyan color usage
This commit is contained in:
@@ -20,8 +20,9 @@ const GLOBE_CONFIG: COBEOptions = {
|
||||
mapSamples: 16000,
|
||||
mapBrightness: 1.1,
|
||||
baseColor: [0.8, 0.8, 0.8], // sleek dark gray globe
|
||||
markerColor: [0.3, 0.6, 1], // soft, elegant blue
|
||||
glowColor: [0.8, 0.8, 0.85], // subtle glow
|
||||
markerColor: [0.02, 0.71, 0.83], // cyan-500
|
||||
glowColor: [0.8, 0.8, 0.85], // grey
|
||||
|
||||
markers: [
|
||||
// --- Core Global Markers ---
|
||||
{ location: [14.5995, 120.9842], size: 0.03 }, // Manila
|
||||
|
||||
Reference in New Issue
Block a user