mirror of
				https://github.com/jiawanlong/Cesium-Examples.git
				synced 2025-11-04 01:04:17 +00:00 
			
		
		
		
	
		
			
	
	
		
			79 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			79 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								window.themeConfig = [
							 | 
						||
| 
								 | 
							
								  {
							 | 
						||
| 
								 | 
							
								    "label": "light",
							 | 
						||
| 
								 | 
							
								    "alpha100": "rgba(0, 0, 0, 1)",
							 | 
						||
| 
								 | 
							
								    "alpha85": "rgba(0, 0, 0, 0.85)",
							 | 
						||
| 
								 | 
							
								    "alpha65": "rgba(0, 0, 0, 0.65)",
							 | 
						||
| 
								 | 
							
								    "alpha45": "rgba(0, 0, 0, 0.45)",
							 | 
						||
| 
								 | 
							
								    "alpha35": "rgba(0, 0, 0, 0.35)",
							 | 
						||
| 
								 | 
							
								    "alpha15": "rgba(0, 0, 0, 0.15)",
							 | 
						||
| 
								 | 
							
								    "alpha14": "rgba(0, 0, 0, 0.14)",
							 | 
						||
| 
								 | 
							
								    "alpha12": "rgba(0, 0, 0, 0.12)",
							 | 
						||
| 
								 | 
							
								    "alpha10": "rgba(0, 0, 0, 0.1)",
							 | 
						||
| 
								 | 
							
								    "alpha08": "rgba(0, 0, 0, 0.08)",
							 | 
						||
| 
								 | 
							
								    "alpha06": "rgba(0, 0, 0, 0.06)",
							 | 
						||
| 
								 | 
							
								    "alpha04": "rgba(0, 0, 0, 0.04)",
							 | 
						||
| 
								 | 
							
								    "alphaOpposite85": "rgba(255, 255, 255, 0.85)",
							 | 
						||
| 
								 | 
							
								    "textColor": "var(--alpha85)",
							 | 
						||
| 
								 | 
							
								    "textColorSecondary": "var(--alpha65)",
							 | 
						||
| 
								 | 
							
								    "textColorThird": "var(--alpha45)",
							 | 
						||
| 
								 | 
							
								    "whatsNewTextColor": "var(--alpha100)",
							 | 
						||
| 
								 | 
							
								    "whatsNewBackgroundColor": "rgba(245, 246, 246, 1)",
							 | 
						||
| 
								 | 
							
								    "iconColor": "var(--alpha100)",
							 | 
						||
| 
								 | 
							
								    "activeColor": "rgba(255,72,62,0.85)",
							 | 
						||
| 
								 | 
							
								    "backgroundColor": "#FFFFFF",
							 | 
						||
| 
								 | 
							
								    "headerBackgroundColor": "#FFFFFF",
							 | 
						||
| 
								 | 
							
								    "sidebarBackgroundColor": "#FFFFFF",
							 | 
						||
| 
								 | 
							
								    "wrapperBackgroundColor": "#F5F6F6",
							 | 
						||
| 
								 | 
							
								    "shadowColor": "var(--alpha04)",
							 | 
						||
| 
								 | 
							
								    "borderColor": "var(--alpha08)",
							 | 
						||
| 
								 | 
							
								    "footerShadowColor": "var(--alpha06)",
							 | 
						||
| 
								 | 
							
								    "activeBackgroundColor": "rgba(255,72,62,0.04)",
							 | 
						||
| 
								 | 
							
								    "dropdownActiveBackground": "var(--alpha04)",
							 | 
						||
| 
								 | 
							
								    "dropdownBackgroundColor": "#FFFFFF",
							 | 
						||
| 
								 | 
							
								    "skinBoxBackground": "var(--alpha08)",
							 | 
						||
| 
								 | 
							
								    "skinLightBg": "#ffffff",
							 | 
						||
| 
								 | 
							
								    "skinDarkBg": "transparent",
							 | 
						||
| 
								 | 
							
								    "dropdownShadowColor": "var(--alpha14)",
							 | 
						||
| 
								 | 
							
								    "menuWrapShadow": "var(--alpha08)",
							 | 
						||
| 
								 | 
							
								    "suffixColor": "var(--alpha12)"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  {
							 | 
						||
| 
								 | 
							
								    "label": "dark",
							 | 
						||
| 
								 | 
							
								    "alpha100": "rgba(255, 255, 255, 1)",
							 | 
						||
| 
								 | 
							
								    "alpha85": "rgba(255, 255, 255, 0.85)",
							 | 
						||
| 
								 | 
							
								    "alpha65": "rgba(255, 255, 255, 0.65)",
							 | 
						||
| 
								 | 
							
								    "alpha45": "rgba(255, 255, 255, 0.45)",
							 | 
						||
| 
								 | 
							
								    "alpha35": "rgba(255, 255, 255, 0.35)",
							 | 
						||
| 
								 | 
							
								    "alpha15": "rgba(255, 255, 255, 0.15)",
							 | 
						||
| 
								 | 
							
								    "alpha14": "rgba(255, 255, 255, 0.14)",
							 | 
						||
| 
								 | 
							
								    "alpha12": "rgba(255, 255, 255, 0.12)",
							 | 
						||
| 
								 | 
							
								    "alpha08": "rgba(255, 255, 255, 0.08)",
							 | 
						||
| 
								 | 
							
								    "alpha06": "rgba(255, 255, 255, 0.06)",
							 | 
						||
| 
								 | 
							
								    "alpha04": "rgba(255, 255, 255, 0.04)",
							 | 
						||
| 
								 | 
							
								    "alphaOpposite85": "rgba(0, 0, 0, 0.85)",
							 | 
						||
| 
								 | 
							
								    "textColor": "var(--alpha85)",
							 | 
						||
| 
								 | 
							
								    "textColorSecondary": "var(--alpha65)",
							 | 
						||
| 
								 | 
							
								    "whatsNewTextColor": "var(--alpha65)",
							 | 
						||
| 
								 | 
							
								    "whatsNewBackgroundColor": "rgba(10, 9, 9, 1)",
							 | 
						||
| 
								 | 
							
								    "textColorThird": "var(--alpha45)",
							 | 
						||
| 
								 | 
							
								    "iconColor": "var(--alpha100)",
							 | 
						||
| 
								 | 
							
								    "activeColor": "rgba(224,76,64,1)",
							 | 
						||
| 
								 | 
							
								    "backgroundColor": "#1F1F1F",
							 | 
						||
| 
								 | 
							
								    "headerBackgroundColor": "#333333",
							 | 
						||
| 
								 | 
							
								    "sidebarBackgroundColor": "#333333",
							 | 
						||
| 
								 | 
							
								    "wrapperBackgroundColor": "#F5F6F6",
							 | 
						||
| 
								 | 
							
								    "shadowColor": "rgba(0, 0, 0, 0.04)",
							 | 
						||
| 
								 | 
							
								    "borderColor": "var(--alpha08)",
							 | 
						||
| 
								 | 
							
								    "footerShadowColor": "var(--alpha06)",
							 | 
						||
| 
								 | 
							
								    "activeBackgroundColor": "rgba(255,72,62,0.04)",
							 | 
						||
| 
								 | 
							
								    "dropdownActiveBackground": "var(--alpha04)",
							 | 
						||
| 
								 | 
							
								    "dropdownBackgroundColor": "#414141",
							 | 
						||
| 
								 | 
							
								    "skinBoxBackground": "#1F1F1F",
							 | 
						||
| 
								 | 
							
								    "skinLightBg": "transparent",
							 | 
						||
| 
								 | 
							
								    "skinDarkBg": "rgba(255,255,255,0.08);",
							 | 
						||
| 
								 | 
							
								    "dropdownShadowColor": "rgba(0, 0, 0, 0.35)",
							 | 
						||
| 
								 | 
							
								    "menuWrapShadow": "rgba(0, 0  ,0, 0.04)",
							 | 
						||
| 
								 | 
							
								    "suffixColor": "var(--alpha12)"
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								]
							 |