feat(alacritty): migrate to .toml config
This commit is contained in:
		
							
								
								
									
										81
									
								
								alacritty/alacritty.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										81
									
								
								alacritty/alacritty.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,81 @@
 | 
				
			|||||||
 | 
					[colors]
 | 
				
			||||||
 | 
					draw_bold_text_with_bright_colors = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[colors.bright]
 | 
				
			||||||
 | 
					black = "0x45403d"
 | 
				
			||||||
 | 
					blue = "0x7daea3"
 | 
				
			||||||
 | 
					cyan = "0x89b482"
 | 
				
			||||||
 | 
					green = "0xa9b665"
 | 
				
			||||||
 | 
					magenta = "0xd3869b"
 | 
				
			||||||
 | 
					red = "0xea6962"
 | 
				
			||||||
 | 
					white = "0xd4be98"
 | 
				
			||||||
 | 
					yellow = "0xd8a657"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[colors.normal]
 | 
				
			||||||
 | 
					black = "0x45403d"
 | 
				
			||||||
 | 
					blue = "0x7daea3"
 | 
				
			||||||
 | 
					cyan = "0x89b482"
 | 
				
			||||||
 | 
					green = "0xa9b665"
 | 
				
			||||||
 | 
					magenta = "0xd3869b"
 | 
				
			||||||
 | 
					red = "0xea6962"
 | 
				
			||||||
 | 
					white = "0xd4be98"
 | 
				
			||||||
 | 
					yellow = "0xd8a657"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[colors.primary]
 | 
				
			||||||
 | 
					background = "0x32302f"
 | 
				
			||||||
 | 
					foreground = "0xd4be98"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[cursor]
 | 
				
			||||||
 | 
					unfocused_hollow = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[cursor.style]
 | 
				
			||||||
 | 
					blinking = "On"
 | 
				
			||||||
 | 
					shape = "Block"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[env]
 | 
				
			||||||
 | 
					TERM = "xterm-256color"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[font]
 | 
				
			||||||
 | 
					size = 13
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[font.bold]
 | 
				
			||||||
 | 
					family = "JetBrainsMono Nerd Font"
 | 
				
			||||||
 | 
					style = "Bold"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[font.bold_italic]
 | 
				
			||||||
 | 
					family = "JetBrainsMono Nerd Font"
 | 
				
			||||||
 | 
					style = "Bold Italic"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[font.italic]
 | 
				
			||||||
 | 
					family = "JetBrainsMono Nerd Font"
 | 
				
			||||||
 | 
					style = "Italic"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[font.normal]
 | 
				
			||||||
 | 
					family = "JetBrainsMono Nerd Font"
 | 
				
			||||||
 | 
					style = "Regular"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[keyboard.bindings]]
 | 
				
			||||||
 | 
					chars = "\f"
 | 
				
			||||||
 | 
					key = "R"
 | 
				
			||||||
 | 
					mode = "~Vi|~Search"
 | 
				
			||||||
 | 
					mods = "Command"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[keyboard.bindings]]
 | 
				
			||||||
 | 
					action = "ScrollPageUp"
 | 
				
			||||||
 | 
					key = "PageUp"
 | 
				
			||||||
 | 
					mode = "~Alt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[keyboard.bindings]]
 | 
				
			||||||
 | 
					action = "ScrollPageDown"
 | 
				
			||||||
 | 
					key = "PageDown"
 | 
				
			||||||
 | 
					mode = "~Alt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[scrolling]
 | 
				
			||||||
 | 
					history = 10000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[window]
 | 
				
			||||||
 | 
					dynamic_title = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[window.dimensions]
 | 
				
			||||||
 | 
					columns = 150
 | 
				
			||||||
 | 
					lines = 36
 | 
				
			||||||
		Reference in New Issue
	
	Block a user