forked from fabian/nix
		
	update gtlock style
This commit is contained in:
		
							parent
							
								
									b149e90f67
								
							
						
					
					
						commit
						abb4fe5712
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -24,7 +24,7 @@ in { | ||||||
|       style = '' |       style = '' | ||||||
|         /* Main lockscreen window */ |         /* Main lockscreen window */ | ||||||
|         window { |         window { | ||||||
|           background-color: rgba(20, 20, 20, 0.9); /* dark, slightly translucent */ |           background-color: black; | ||||||
|           color: #eaeaea; |           color: #eaeaea; | ||||||
|           font-family: "JetBrains Mono", monospace; |           font-family: "JetBrains Mono", monospace; | ||||||
|           font-size: 14px; |           font-size: 14px; | ||||||
|  | @ -32,7 +32,7 @@ in { | ||||||
| 
 | 
 | ||||||
|         /* Container for clock + prompt */ |         /* Container for clock + prompt */ | ||||||
|         #main-box { |         #main-box { | ||||||
|           background: transparent; |           background: black; | ||||||
|           border: none; |           border: none; | ||||||
|           border-radius: 0; |           border-radius: 0; | ||||||
|           padding: 0; |           padding: 0; | ||||||
|  | @ -56,7 +56,7 @@ in { | ||||||
| 
 | 
 | ||||||
|         /* Password entry */ |         /* Password entry */ | ||||||
|         entry { |         entry { | ||||||
|           background-color: rgba(0, 0, 0, 0.5); |           background-color: black; | ||||||
|           color: #ffffff; |           color: #ffffff; | ||||||
|           border: none; |           border: none; | ||||||
|           border-radius: 0; |           border-radius: 0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue