blob: 9e223054151716f49ebbc32226d7a8d17786f264 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
[general]
#browser = sb
[ui]
# true to enable bold text, false to disable it.
allow_bold=false
# true to enable an audible bell, false to disable it.
audible_bell=false
# true to auto-hide the mouse cursor, false to leave it alone.
autohide_mouse=true
# Font to use for all text displayed.
# Format: font-name font-size
# Example: monospace 10
# Example: Envy Code R 10
font=terminus 14
# true to start in fullscreen mode, false to start in windowed mode.
fullscreen=false
# Number of lines to allow scrolling back to. -1 for unlimited.
num_scrollback_lines=-1
# Whether or not to scroll to the bottom when a keystoke occurs.
scroll_on_keystroke=true
# Window Sizes
window_height=600
window_width=500
# Whether or not to scroll to the bottom when output occurs.
scroll_on_output=false
# true to use a transparent background, false for an opaque background.
bg_transparent=false
# To set an image as the background.
#bg_image=/path/to/image
# If using an image as background, set the saturation level here. (between 0 and 1)
#bg_saturation=.7
# Regular expression to use for matching URLs in terminal text.
url_regex=(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]*
# true to enable a visible bell, false to disable it.
visible_bell=false
# Characters that compose a word for highlighting words.
# Character ranges are valid here, e.g. A-Z for all uppercase alpha chars.
# The value given below is a good default if you're unsure.
word_chars=-A-Za-z0-9,./?%&#:_
[colour scheme]
0=#070736364242
1=#D3D301010202
2=#858599990000
3=#B5B589890000
4=#26268B8BD2D2
5=#D3D336368282
6=#2A2AA1A19898
7=#EEEEE8E8D5D5
8=#00002B2B3636
9=#CBCB4B4B1616
10=#58586E6E7575
11=#65657B7B8383
12=#838394949696
13=#6C6C7171C4C4
14=#9393A1A1A1A1
15=#FDFDF6F6E3E3
foreground=#83839499696
background=#00002B2B3636
|