This is the initial version of our new configmode theme. It's far from finished but at least configmode looks good. There are lots of declarations copied from OpenWRT's default theme so most other luci modules would be somewhat usable when shown using this theme.
		
			
				
	
	
		
			7 lines
		
	
	
		
			95 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			95 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| uci batch <<-EOF
 | |
| 	set luci.themes.Gluon=/luci-static/gluon
 | |
|         commit luci
 | |
| EOF
 | |
| 	
 |