64 lines
		
	
	
		
			937 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			937 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [colors.bright]
 | |
| black = "#000000"
 | |
| blue = "#0073ff"
 | |
| cyan = "#00ffd0"
 | |
| green = "#00ff3c"
 | |
| magenta = "#ae00ff"
 | |
| red = "#ff0008"
 | |
| white = "#ffffff"
 | |
| yellow = "#fff200"
 | |
| 
 | |
| [colors.normal]
 | |
| black = "#0e0f0f"
 | |
| blue = "#4f9de0"
 | |
| cyan = "#52bdae"
 | |
| green = "#67c05f"
 | |
| magenta = "#b066c7"
 | |
| red = "#c95151"
 | |
| white = "#ebebeb"
 | |
| yellow = "#f7e64f"
 | |
| 
 | |
| [colors.primary]
 | |
| background = "#000000"
 | |
| foreground = "#ffffff"
 | |
| 
 | |
| [font]
 | |
| size = 14.0
 | |
| 
 | |
| [[keyboard.bindings]]
 | |
| chars = "\u001Bb"
 | |
| key = "Left"
 | |
| mods = "Control"
 | |
| 
 | |
| [[keyboard.bindings]]
 | |
| chars = "\u001Bf"
 | |
| key = "Right"
 | |
| mods = "Control"
 | |
| 
 | |
| [[keyboard.bindings]]
 | |
| chars = "\u001B\u007F"
 | |
| key = "Back"
 | |
| mods = "Control"
 | |
| 
 | |
| [[mouse.bindings]]
 | |
| action = "Copy"
 | |
| mouse = "Right"
 | |
| 
 | |
| [[mouse.bindings]]
 | |
| action = "Paste"
 | |
| mods = "Shift"
 | |
| mouse = "Right"
 | |
| 
 | |
| [terminal]
 | |
| 
 | |
| [terminal.shell]
 | |
| args = ["--login"]
 | |
| program = 'C:\Users\Administrator\scoop\shims\bash.exe'
 | |
| 
 | |
| [font.normal]
 | |
| family = "Hasklig"
 | |
| style = "Regular"
 | |
| 
 | |
| [selection]
 | |
| save_to_clipboard = true
 |