78 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
[options]
 | 
						|
scroll_on_output = false
 | 
						|
scroll_on_keystroke = true
 | 
						|
audible_bell = true
 | 
						|
mouse_autohide = true
 | 
						|
allow_bold = true
 | 
						|
dynamic_title = true
 | 
						|
urgent_on_bell = true
 | 
						|
clickable_url = true
 | 
						|
font = LIberation Mono 10
 | 
						|
scrollback_lines = 10000
 | 
						|
search_wrap = true
 | 
						|
#icon_name = terminal
 | 
						|
#geometry = 640x480
 | 
						|
 | 
						|
# "system", "on" or "off"
 | 
						|
cursor_blink = system
 | 
						|
 | 
						|
# "block", "underline" or "ibeam"
 | 
						|
cursor_shape = block
 | 
						|
 | 
						|
# Hide links that are no longer valid in url select overlay mode
 | 
						|
filter_unmatched_urls = true
 | 
						|
 | 
						|
# Colors from http://terminal.sexy/
 | 
						|
[colors]
 | 
						|
 | 
						|
# special
 | 
						|
foreground      = #dddddd
 | 
						|
foreground_bold = #dddddd
 | 
						|
cursor          = #dddddd
 | 
						|
background      = #131313
 | 
						|
 | 
						|
# black
 | 
						|
color0  = #1c1c1c
 | 
						|
color8  = #666666
 | 
						|
 | 
						|
# red
 | 
						|
color1  = #b40f0f
 | 
						|
color9  = #e31313
 | 
						|
 | 
						|
# green
 | 
						|
color2  = #12981b
 | 
						|
color10 = #1ce129
 | 
						|
 | 
						|
# yellow
 | 
						|
color3  = #faff00
 | 
						|
color11 = #fbff3f
 | 
						|
 | 
						|
# blue
 | 
						|
color4  = #048ac7
 | 
						|
color12 = #48c6ff
 | 
						|
 | 
						|
# magenta
 | 
						|
color5  = #833c9f
 | 
						|
color13 = #be67e1
 | 
						|
 | 
						|
# cyan
 | 
						|
color6  = #0ac1cd
 | 
						|
color14 = #63e7f0
 | 
						|
 | 
						|
# white
 | 
						|
color7  = #e5e5e5
 | 
						|
color15 = #f3f3f3
 | 
						|
 | 
						|
[hints]
 | 
						|
#font = Monospace 12
 | 
						|
#foreground = #dcdccc
 | 
						|
#background = #3f3f3f
 | 
						|
#active_foreground = #e68080
 | 
						|
#active_background = #3f3f3f
 | 
						|
#padding = 2
 | 
						|
#border = #3f3f3f
 | 
						|
#border_width = 0.5
 | 
						|
#roundness = 2.0
 | 
						|
 | 
						|
# vim: ft=dosini cms=#%s
 |