theme: add light theme
This commit is contained in:
		
							parent
							
								
									781be2cbbe
								
							
						
					
					
						commit
						011231b0bb
					
				
					 2 changed files with 27 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								user/backgrounds/nixos-light-pattern.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								user/backgrounds/nixos-light-pattern.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 840 KiB  | 
| 
						 | 
					@ -49,6 +49,33 @@ let
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    light = {
 | 
				
			||||||
 | 
					      background = "~/.local/share/backgrounds/nixos-light-pattern.png";
 | 
				
			||||||
 | 
					      opacity = 95;
 | 
				
			||||||
 | 
					      opacityHex = "ee";
 | 
				
			||||||
 | 
					      color = {
 | 
				
			||||||
 | 
					        type = "light";
 | 
				
			||||||
 | 
					        bg = "#FFFFFF";
 | 
				
			||||||
 | 
					        bg_light = "#A0A0A0";
 | 
				
			||||||
 | 
					        bg_dark = "#EEEEEE";
 | 
				
			||||||
 | 
					        txt = "#303030";
 | 
				
			||||||
 | 
					        nontxt = "#D0D0D0";
 | 
				
			||||||
 | 
					        random_range = "[0-4]";
 | 
				
			||||||
 | 
					        normal = {
 | 
				
			||||||
 | 
					          black = "#555555";
 | 
				
			||||||
 | 
					          red = "#D54E53";
 | 
				
			||||||
 | 
					          green = "#008800";
 | 
				
			||||||
 | 
					          yellow = "#B3A400";
 | 
				
			||||||
 | 
					          blue = "#0D68A8";
 | 
				
			||||||
 | 
					          magenta = "#C397D8";
 | 
				
			||||||
 | 
					          cyan = "#00A0A5";
 | 
				
			||||||
 | 
					          white = "#999999";
 | 
				
			||||||
 | 
					          #non standard
 | 
				
			||||||
 | 
					          orange = "#FF7500";
 | 
				
			||||||
 | 
					          brown = "#A07040";
 | 
				
			||||||
 | 
					        };
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
in rec {
 | 
					in rec {
 | 
				
			||||||
  key = keys.colemak;
 | 
					  key = keys.colemak;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue