summaryrefslogtreecommitdiffstats
path: root/.config/termite/config
blob: 43e7f0c72a543976e9b927615b607253b3b219df (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
77
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = false
mouse_autohide = false
allow_bold = false
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = foxxx0 foxxx0font 14px
#font = Roboto Mono 14px
#font = DejaVu Sans Mono 14px
scrollback_lines = 1000
search_wrap = true
#icon_name = terminal
geometry = 125x43

# 0.0: opaque, 1.0: transparent
transparency = 0.0
pseudo_transparency = false

# "system", "on" or "off"
cursor_blink = system

# "block", "underline" or "ibeam"
cursor_shape = block

# $BROWSER is used by default
browser = urxvt-link.sh

# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%&#:_=+@~

# set size hints for the window
size_hints = true

[colors]
foreground = #CCCCCC
foreground_bold = #CCCCCC
foreground_dim = #CCCCCC
background = #000000
cursor = #8BDE79

# if unset, will reverse foreground and background
highlight = #444444

# colors from color0 to color254 can be set
color0 = #1A1A1A
color1 = #993D6B
color2 = #6B993D
color3 = #996B3D
color4 = #3D6B99
color5 = #6B3D99
color6 = #3D996B
color7 = #CCCCCC
color8 = #4D4D4D
color9 = #F5007B
color10 = #7BF500
color11 = #F57900
color12 = #007BF5
color13 = #7B00F5
color14 = #00F57B
color15 = #e6e6e6

[hints]
#font = DejaVu Sans Mono 12
#foreground = #CCCCCC
#background = #000000
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0

# vim: ft=dosini