mirror of
				https://github.com/tiyn/dwm.git
				synced 2025-11-04 05:01:15 +01:00 
			
		
		
		
	new color
This commit is contained in:
		@@ -16,7 +16,7 @@ static const unsigned int baralpha = 0xd0;
 | 
				
			|||||||
static const unsigned int borderalpha = OPAQUE;
 | 
					static const unsigned int borderalpha = OPAQUE;
 | 
				
			||||||
static const char col_gray3[]       = "#f7f7f7";
 | 
					static const char col_gray3[]       = "#f7f7f7";
 | 
				
			||||||
static const char col_gray4[]       = "#000000";
 | 
					static const char col_gray4[]       = "#000000";
 | 
				
			||||||
static const char col_cyan[]        = "#ffa500";
 | 
					static const char col_cyan[]        = "#a62238";
 | 
				
			||||||
static const char *colors[][3]      = {
 | 
					static const char *colors[][3]      = {
 | 
				
			||||||
	/*               fg         bg         border   */
 | 
						/*               fg         bg         border   */
 | 
				
			||||||
	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
 | 
						[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
 | 
				
			||||||
@@ -52,6 +52,7 @@ static const Layout layouts[] = {
 | 
				
			|||||||
	{ "[]=",      tile },    /* first entry is default */
 | 
						{ "[]=",      tile },    /* first entry is default */
 | 
				
			||||||
	{ "><>",      NULL },    /* no layout function means floating behavior */
 | 
						{ "><>",      NULL },    /* no layout function means floating behavior */
 | 
				
			||||||
	{ "[M]",      monocle },
 | 
						{ "[M]",      monocle },
 | 
				
			||||||
 | 
						{ "[D]",      deck },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* key definitions */
 | 
					/* key definitions */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user