|  | @@ -60,7 +60,7 @@ There are eight themes available at this time.
 | 
	
		
			
			| 60 | 60 |  
 | 
	
		
			
			| 61 | 61 |  
 | 
	
		
			
			| 62 | 62 |  
 | 
	
		
			
			| 63 |  | -To use a theme, add the `themeColor` variable under `params``, like so:
 | 
	
		
			
			|  | 63 | +To use a theme, add the `themeColor` variable under `params`, like so:
 | 
	
		
			
			| 64 | 64 |  
 | 
	
		
			
			| 65 | 65 |  **TOML**
 | 
	
		
			
			| 66 | 66 |  ```toml
 | 
	
	
		
			
			|  | @@ -71,8 +71,9 @@ theme = "hyde"
 | 
	
		
			
			| 71 | 71 |  ```
 | 
	
		
			
			| 72 | 72 |  
 | 
	
		
			
			| 73 | 73 |  **YAML**
 | 
	
		
			
			| 74 |  | -```
 | 
	
		
			
			|  | 74 | +```yaml
 | 
	
		
			
			| 75 | 75 |  theme: "hyde"
 | 
	
		
			
			|  | 76 | +
 | 
	
		
			
			| 76 | 77 |  params:
 | 
	
		
			
			| 77 | 78 |    themeColor: "theme-base-09"
 | 
	
		
			
			| 78 | 79 |  ```
 |