mirror of
				https://github.com/InsanusMokrassar/docs.git
				synced 2025-11-04 06:00:30 +00:00 
			
		
		
		
	add dark/light modes
This commit is contained in:
		
							
								
								
									
										13
									
								
								mkdocs.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								mkdocs.yml
									
									
									
									
									
								
							@@ -38,6 +38,19 @@ use_directory_urls: false
 | 
			
		||||
 | 
			
		||||
theme:
 | 
			
		||||
    name: material
 | 
			
		||||
    palette:
 | 
			
		||||
        - scheme: default
 | 
			
		||||
          primary: teal
 | 
			
		||||
          accent: cyan
 | 
			
		||||
          toggle:
 | 
			
		||||
              icon: material/brightness-7
 | 
			
		||||
              name: Switch to dark mode
 | 
			
		||||
        - scheme: slate
 | 
			
		||||
          primary: blue grey
 | 
			
		||||
          accent: light blue
 | 
			
		||||
          toggle:
 | 
			
		||||
              icon: material/brightness-4
 | 
			
		||||
              name: Switch to light mode
 | 
			
		||||
    hljs_languages:
 | 
			
		||||
        - yaml
 | 
			
		||||
        - kotlin
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user