solarized: Apply solarized-dark color theme
This commit is contained in:
		
				
					committed by
					
						
						Aaron Lindsay
					
				
			
			
				
	
			
			
			
						parent
						
							e3d2f4b5cc
						
					
				
				
					commit
					b03129f569
				
			
							
								
								
									
										50
									
								
								config.def.h
									
									
									
									
									
								
							
							
						
						
									
										50
									
								
								config.def.h
									
									
									
									
									
								
							@@ -84,31 +84,23 @@ static unsigned int tabspaces = 8;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Terminal colors (16 first used in escape sequence) */
 | 
					/* Terminal colors (16 first used in escape sequence) */
 | 
				
			||||||
static const char *colorname[] = {
 | 
					static const char *colorname[] = {
 | 
				
			||||||
	/* 8 normal colors */
 | 
						/* solarized dark */
 | 
				
			||||||
	"black",
 | 
						"#073642",  /*  0: black    */
 | 
				
			||||||
	"red3",
 | 
						"#dc322f",  /*  1: red      */
 | 
				
			||||||
	"green3",
 | 
						"#859900",  /*  2: green    */
 | 
				
			||||||
	"yellow3",
 | 
						"#b58900",  /*  3: yellow   */
 | 
				
			||||||
	"blue2",
 | 
						"#268bd2",  /*  4: blue     */
 | 
				
			||||||
	"magenta3",
 | 
						"#d33682",  /*  5: magenta  */
 | 
				
			||||||
	"cyan3",
 | 
						"#2aa198",  /*  6: cyan     */
 | 
				
			||||||
	"gray90",
 | 
						"#eee8d5",  /*  7: white    */
 | 
				
			||||||
 | 
						"#002b36",  /*  8: brblack  */
 | 
				
			||||||
	/* 8 bright colors */
 | 
						"#cb4b16",  /*  9: brred    */
 | 
				
			||||||
	"gray50",
 | 
						"#586e75",  /* 10: brgreen  */
 | 
				
			||||||
	"red",
 | 
						"#657b83",  /* 11: bryellow */
 | 
				
			||||||
	"green",
 | 
						"#839496",  /* 12: brblue   */
 | 
				
			||||||
	"yellow",
 | 
						"#6c71c4",  /* 13: brmagenta*/
 | 
				
			||||||
	"#5c5cff",
 | 
						"#93a1a1",  /* 14: brcyan   */
 | 
				
			||||||
	"magenta",
 | 
						"#fdf6e3",  /* 15: brwhite  */
 | 
				
			||||||
	"cyan",
 | 
					 | 
				
			||||||
	"white",
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	[255] = 0,
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	/* more colors can be added after 255 to use with DefaultXX */
 | 
					 | 
				
			||||||
	"#cccccc",
 | 
					 | 
				
			||||||
	"#555555",
 | 
					 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -116,10 +108,10 @@ static const char *colorname[] = {
 | 
				
			|||||||
 * Default colors (colorname index)
 | 
					 * Default colors (colorname index)
 | 
				
			||||||
 * foreground, background, cursor, reverse cursor
 | 
					 * foreground, background, cursor, reverse cursor
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static unsigned int defaultfg = 7;
 | 
					static unsigned int defaultfg = 12;
 | 
				
			||||||
static unsigned int defaultbg = 0;
 | 
					static unsigned int defaultbg = 8;
 | 
				
			||||||
static unsigned int defaultcs = 256;
 | 
					static unsigned int defaultcs = 14;
 | 
				
			||||||
static unsigned int defaultrcs = 257;
 | 
					static unsigned int defaultrcs = 15;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Default shape of cursor
 | 
					 * Default shape of cursor
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user