mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			282 B
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			282 B
		
	
	
	
		
			QML
		
	
	
	
	
	
| import QtQuick 2.3
 | |
| 
 | |
| QtObject {
 | |
| 	property color accentColor: "#2d5b9a"
 | |
| 	property color accentTextColor: "#ececec"
 | |
| 	property color textColor: "#333333"
 | |
| 	property color backgroundColor: "#ececec"
 | |
| 	property color highlightColor: "#91c4e1"
 | |
| 	property color highlightTextColor: "#333333"
 | |
| } |