Dedicated styling is now possible for themes which have a corresponding style-theme.css file. Adwaita:dark gets one, whereas other themes use the new generic fallback theme.
		
			
				
	
	
		
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __STYLE_H
 | 
						|
#define __STYLE_H
 | 
						|
#include "gtk/gtk.h"
 | 
						|
 | 
						|
GtkCssProvider *squeek_load_style();
 | 
						|
 | 
						|
#endif
 |