More polished light theme (#7620)
* Revert "Remove pointer to light theme until it is more polished (#7594)"
This reverts commit f8cf85db3b.
* True up the hierarchical structure of mastodon-light theme
* Fix mastodon-light theme
			
			
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							6042403621
						
					
				
				
					commit
					7ea91dcbb3
				
			
							
								
								
									
										38
									
								
								app/javascript/styles/mastodon-light/variables.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										38
									
								
								app/javascript/styles/mastodon-light/variables.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,38 @@
 | 
			
		||||
// Dependent colors
 | 
			
		||||
$black: #000000;
 | 
			
		||||
$white: #ffffff;
 | 
			
		||||
 | 
			
		||||
$classic-base-color: #282c37;
 | 
			
		||||
$classic-primary-color: #9baec8;
 | 
			
		||||
$classic-secondary-color: #d9e1e8;
 | 
			
		||||
$classic-highlight-color: #2b90d9;
 | 
			
		||||
 | 
			
		||||
// Differences
 | 
			
		||||
$base-overlay-background: $white;
 | 
			
		||||
 | 
			
		||||
$ui-base-color: $classic-secondary-color !default;
 | 
			
		||||
$ui-base-lighter-color: #b0c0cf;
 | 
			
		||||
$ui-primary-color: #9bcbed;
 | 
			
		||||
$ui-secondary-color: $classic-base-color !default;
 | 
			
		||||
$ui-highlight-color: #2b5fd9;
 | 
			
		||||
 | 
			
		||||
$primary-text-color: $black !default;
 | 
			
		||||
$darker-text-color: $classic-base-color !default;
 | 
			
		||||
$dark-text-color: #444b5d;
 | 
			
		||||
$action-button-color: #606984;
 | 
			
		||||
 | 
			
		||||
$inverted-text-color: $black !default;
 | 
			
		||||
$lighter-text-color: $classic-base-color !default;
 | 
			
		||||
$light-text-color: #444b5d;
 | 
			
		||||
 | 
			
		||||
//Newly added colors
 | 
			
		||||
$account-background-color: $white;
 | 
			
		||||
 | 
			
		||||
//Invert darkened and lightened colors
 | 
			
		||||
@function darken($color, $amount) {
 | 
			
		||||
  @return hsl(hue($color), saturation($color), lightness($color) + $amount);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@function lighten($color, $amount) {
 | 
			
		||||
  @return hsl(hue($color), saturation($color), lightness($color) - $amount);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user