mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	Tweak terminal font color.
This commit is contained in:
		
							parent
							
								
									9f88b185a0
								
							
						
					
					
						commit
						6e0a2f8953
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -133,7 +133,7 @@ terminal_draw_contents(struct terminal *terminal)
 | 
				
			||||||
	cairo_set_source_rgba(cr, 0, 0, 0, 0.9);
 | 
						cairo_set_source_rgba(cr, 0, 0, 0, 0.9);
 | 
				
			||||||
	cairo_paint(cr);
 | 
						cairo_paint(cr);
 | 
				
			||||||
	cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
 | 
						cairo_set_operator(cr, CAIRO_OPERATOR_OVER);
 | 
				
			||||||
	cairo_set_source_rgba(cr, 0, 0.5, 0, 1);
 | 
						cairo_set_source_rgba(cr, 0, 0.7, 0, 1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	cairo_select_font_face (cr, "mono",
 | 
						cairo_select_font_face (cr, "mono",
 | 
				
			||||||
				CAIRO_FONT_SLANT_NORMAL,
 | 
									CAIRO_FONT_SLANT_NORMAL,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue