mirror of
				https://github.com/tiyn/slock.git
				synced 2025-10-30 18:51:19 +01:00 
			
		
		
		
	changed colors
This commit is contained in:
		| @@ -3,10 +3,10 @@ static const char *user  = "user"; | |||||||
| static const char *group = "nobody"; | static const char *group = "nobody"; | ||||||
|  |  | ||||||
| static const char *colorname[NUMCOLS] = { | static const char *colorname[NUMCOLS] = { | ||||||
| 	[INIT] =   "#000000",     /* after initialization */ | 	[INIT] =   "#2d2d2d",     /* after initialization */ | ||||||
| 	[INPUT] =  "#0000ff",   /* during input */ | 	[INPUT] =  "#005577",   /* during input */ | ||||||
| 	[FAILED] = "#ff0000",   /* wrong password */ | 	[FAILED] = "#cc3333",   /* wrong password */ | ||||||
| 	[CAPS] = "#ffff00",         /* CapsLock on */ | 	[CAPS] = "#ff0000",         /* CapsLock on */ | ||||||
| }; | }; | ||||||
|  |  | ||||||
| /* treat a cleared input like a wrong password (color) */ | /* treat a cleared input like a wrong password (color) */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user