-
Notifications
You must be signed in to change notification settings - Fork 0
/
termite.cfg
131 lines (109 loc) · 2.32 KB
/
termite.cfg
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = true
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = Source Code Pro 12
scrollback_lines = 1000
search_wrap = true
#icon_name = terminal
#geometry = 640x480
# 0.0: opaque, 1.0: transparent
transparency = 0.0
pseudo_transparency = false
# "system", "on" or "off"
cursor_blink = off
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
browser = chromium
# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%&#:_=+@~
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
#[colors]
#foreground = #d7d7d7
#foreground_bold = #ffffff
#foreground_dim = #0d0d0d
#background = #121212
#cursor = #cf6a4c
# if unset, will reverse foreground and background
#highlight = #2f2f2f
# colors from color0 to color254 can be set
#color11 = #ffb96c
#color6 = #8fbfdc
#color2 = #799d6a
#color10 = #799d6a
#color9 = #cf6a4c
#color7 = #303030
#color12 = #8197bf
#color1 = #cf6a4c
#color4 = #8197bf
#color13 = #ff3b77
#color15 = #eeeeec
#color3 = #ffb964
#color5 = #eeeeec
#color14 = #8fbfdc
#color8 = #555753
#background = #1D1F21
#foreground = #C5C8C6
#color0 = #282A2E
#color8 = #373B41
#color1 = #A54242
#color9 = #CC6666
#color2 = #8C9440
#color10 = #B5BD68
#color3 = #DE935F
#color11 = #F0C674
#color4 = #5F819D
#color12 = #81A2BE
#color5 = #85678F
#color13 = #B294BB
#color6 = #5E8D87
#color14 = #8ABEB7
#color7 = #707880
#color15 = #C5C8C6
[colors]
# special
foreground = #c5c8c6
foreground_bold = #c5c8c6
cursor = #c5c8c6
background = #1d1f21
# black
color0 = #282a2e
color8 = #373b41
# red
color1 = #a54242
color9 = #cc6666
# green
color2 = #8c9440
color10 = #b5bd68
# yellow
color3 = #de935f
color11 = #f0c674
# blue
color4 = #5f819d
color12 = #81a2be
# magenta
color5 = #85678f
color13 = #b294bb
# cyan
color6 = #5e8d87
color14 = #8abeb7
# white
color7 = #707880
color15 = #c5c8c6
# vim: ft=dosini cms=#%s