applied colors depend from lavishs proposal
This commit is contained in:
		
							parent
							
								
									fa857b2896
								
							
						
					
					
						commit
						e9348dcaca
					
				
							
								
								
									
										12
									
								
								config.def.h
								
								
								
								
							
							
						
						
									
										12
									
								
								config.def.h
								
								
								
								
							| 
						 | 
					@ -4,12 +4,12 @@
 | 
				
			||||||
#define BARPOS			BarTop /* BarBot, BarOff */
 | 
					#define BARPOS			BarTop /* BarBot, BarOff */
 | 
				
			||||||
#define BORDERPX		1
 | 
					#define BORDERPX		1
 | 
				
			||||||
#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
 | 
					#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
 | 
				
			||||||
#define NORMBORDERCOLOR		"#cccccc"
 | 
					#define NORMBORDERCOLOR         "#cccccc"
 | 
				
			||||||
#define NORMBGCOLOR		"#ffffff"
 | 
					#define NORMBGCOLOR             "#eeeeee"
 | 
				
			||||||
#define NORMFGCOLOR		"#000000"
 | 
					#define NORMFGCOLOR             "#444444"
 | 
				
			||||||
#define SELBORDERCOLOR		"#ff0000"
 | 
					#define SELBORDERCOLOR          "#0066ff"
 | 
				
			||||||
#define SELBGCOLOR		"#0000ff"
 | 
					#define SELBGCOLOR              "#0066ff"
 | 
				
			||||||
#define SELFGCOLOR		"#ffffff"
 | 
					#define SELFGCOLOR              "#ffffff"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* tagging */
 | 
					/* tagging */
 | 
				
			||||||
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
 | 
					const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue