forked from friendica/themes-community
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			430 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			430 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
/*
 | 
						|
 * Name: TROM green light
 | 
						|
 * Author: tio
 | 
						|
 * 
 | 
						|
 * List here all variables which will get overwritten through this scheme
 | 
						|
 * Overwrites: nav_bg, nav_icon_color, link_color, background_color, contentbg_transp
 | 
						|
 */
 | 
						|
 | 
						|
        $nav_bg = "#2c8756";
 | 
						|
        $nav_icon_color = "#fff";
 | 
						|
        $link_color = "#2c8756";
 | 
						|
        //$background_color = "#ededed";
 | 
						|
        //$login_bg_color = "#ededed";
 | 
						|
        $contentbg_transp = 100;
 | 
						|
 | 
						|
 |