More colours beyond colorPrimary.
Signed-off-by: Nico Alt <nicoalt@posteo.org>
This commit is contained in:
		
							parent
							
								
									b57a122ac1
								
							
						
					
					
						commit
						ec67059128
					
				
							
								
								
									
										16
									
								
								F-Droid/res/values-v21/styles.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								F-Droid/res/values-v21/styles.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,16 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
| 
 | ||||
|     <style name="AppThemeDark" parent="AppBaseThemeDark"> | ||||
|         <!-- customizations that are not API-level specific go here. --> | ||||
|         <item name="android:colorEdgeEffect">@color/fdroid_blue</item> | ||||
|         <item name="android:colorControlActivated">@color/fdroid_green</item> | ||||
|         <item name="android:colorControlHighlight">@color/fdroid_green</item> | ||||
|     </style> | ||||
| 
 | ||||
|     <style name="AppThemeLight" parent="AppBaseThemeLight"> | ||||
|         <!-- customizations that are not API-level specific go here. --> | ||||
|         <item name="android:colorEdgeEffect">@color/fdroid_blue</item> | ||||
|     </style> | ||||
| 
 | ||||
| </resources> | ||||
| @ -4,6 +4,10 @@ | ||||
|     <color name="unsigned">#ffCC0000</color> | ||||
|     <color name="unverified">#ff999999</color> | ||||
| 
 | ||||
|     <color name="fdroid_blue">#FF6097C5</color> | ||||
|     <color name="fdroid_blue_dark">#ff4b7195</color> | ||||
|     <color name="fdroid_green">#FFAAD024</color> | ||||
| 
 | ||||
|     <color name="swap_light_blue">#27aae1</color> | ||||
|     <color name="swap_light_blue_pressed">#ff98cce1</color> | ||||
|     <color name="swap_blue">#1c6bbc</color> | ||||
|  | ||||
| @ -3,23 +3,16 @@ | ||||
|     <style name="AppBaseThemeDark" parent="Theme.AppCompat"> | ||||
|         <!-- backward-compatibility theme options go here --> | ||||
| 
 | ||||
|         <!-- ActionBar Color --> | ||||
|         <!-- "F-Droid Green" -/-> | ||||
|         <item name="colorPrimary">#FFAAD024</item>--> | ||||
|         <item name="colorPrimary">@color/fdroid_blue</item> | ||||
|         <item name="colorPrimaryDark">@color/fdroid_blue_dark</item> | ||||
| 
 | ||||
|         <!-- "F-Droid Blue --> | ||||
|         <item name="colorPrimary">#FF6097C5</item> | ||||
|     </style> | ||||
| 
 | ||||
|     <style name="AppBaseThemeLight" parent="Theme.AppCompat.Light.DarkActionBar"> | ||||
|         <!-- backward-compatibility theme options go here --> | ||||
| 
 | ||||
|         <!-- ActionBar Color --> | ||||
|         <!-- "F-Droid Green" -/-> | ||||
|         <item name="colorPrimary">#FFAAD024</item>--> | ||||
| 
 | ||||
|         <!-- "F-Droid Blue --> | ||||
|         <item name="colorPrimary">#FF6097C5</item> | ||||
|         <item name="colorPrimary">@color/fdroid_blue</item> | ||||
|         <item name="colorPrimaryDark">@color/fdroid_blue_dark</item> | ||||
|     </style> | ||||
| 
 | ||||
|     <color name="black">#FF000000</color> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Peter Serwylo
						Peter Serwylo