[Alacritty] switch to dark background
This commit is contained in:
		
							parent
							
								
									6d114eae2f
								
							
						
					
					
						commit
						6dda556328
					
				
					 2 changed files with 976 additions and 8 deletions
				
			
		
							
								
								
									
										18
									
								
								.config/alacritty/alacritty.yml
									
										
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										18
									
								
								.config/alacritty/alacritty.yml
									
										
									
									
									
										
										
										Normal file → Executable file
									
								
							|  | @ -26,9 +26,10 @@ | |||
| window: | ||||
|   # Window dimensions (changes require restart) | ||||
|   # | ||||
|   # Number of lines/columns (not pixels) in the terminal. The number of columns | ||||
|   # must be at least `2`, while using a value of `0` for columns and lines will | ||||
|   # fall back to the window manager's recommended size. | ||||
|   # Number of lines/columns (not pixels) in the terminal. Both lines and columns | ||||
|   # must be non-zero for this to take effect. The number of columns must be at | ||||
|   # least `2`, while using a value of `0` for columns and lines will fall back | ||||
|   # to the window manager's recommended size | ||||
|   #dimensions: | ||||
|   #  columns: 0 | ||||
|   #  lines: 0 | ||||
|  | @ -93,11 +94,12 @@ window: | |||
|     # General application class | ||||
|     #general: Alacritty | ||||
| 
 | ||||
|   # GTK theme variant (Linux/BSD only) | ||||
|   # Decorations theme variant (Linux/BSD only) | ||||
|   # | ||||
|   # Override the variant of the GTK theme. Commonly supported values are `dark` | ||||
|   # and `light`. Set this to `None` to use the default theme variant. | ||||
|   #gtk_theme_variant: None | ||||
|   # Override the variant of the GTK theme/Wayland client side decorations. | ||||
|   # Commonly supported values are `dark` and `light`. Set this to `None` to use | ||||
|   # the default theme variant. | ||||
|   #decorations_theme_variant: None | ||||
| 
 | ||||
| #scrolling: | ||||
|   # Maximum number of lines in the scrollback buffer. | ||||
|  | @ -961,4 +963,4 @@ schemes: | |||
|       cyan:    '#93a1a1' # base1 | ||||
|       white:   '#fdf6e3' # base3 | ||||
| 
 | ||||
| colors: *light | ||||
| colors: *dark | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue