mirror of
				https://github.com/liberatedsystems/openCom-Companion.git
				synced 2025-07-08 05:07:21 +02:00 
			
		
		
		
	Tweaked theme colors
This commit is contained in:
		
							parent
							
								
									49f3f9c732
								
							
						
					
					
						commit
						b46c004b31
					
				@ -12,14 +12,12 @@ def mdc(color, hue=None):
 | 
				
			|||||||
        hue = "400"
 | 
					        hue = "400"
 | 
				
			||||||
    return get_color_from_hex(colors[color][hue])
 | 
					    return get_color_from_hex(colors[color][hue])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# color_received = "Green"
 | 
					color_received = "LightGreen"
 | 
				
			||||||
color_received = "Teal"
 | 
					color_delivered = "Blue"
 | 
				
			||||||
color_delivered = "Indigo"
 | 
					color_propagated = "Indigo"
 | 
				
			||||||
color_propagated = "Blue"
 | 
					 | 
				
			||||||
color_failed = "Red"
 | 
					color_failed = "Red"
 | 
				
			||||||
color_unknown = "Gray"
 | 
					color_unknown = "Gray"
 | 
				
			||||||
 | 
					intensity_msgs_dark = "800"
 | 
				
			||||||
intensity_msgs_dark = "700"
 | 
					 | 
				
			||||||
intensity_msgs_light = "500"
 | 
					intensity_msgs_light = "500"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ContentNavigationDrawer(Screen):
 | 
					class ContentNavigationDrawer(Screen):
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user