-
Notifications
You must be signed in to change notification settings - Fork 0
/
termite.conf
87 lines (69 loc) · 1.43 KB
/
termite.conf
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
# Termite terminal config
# This file should be located in: ~/.config/termite/config
[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = Source Code Pro for Powerline 10
scrollback_lines = 1000000
search_wrap = true
#icon_name = terminal
#geometry = 640x480
# "system", "on" or "off"
cursor_blink = system
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
#browser = chromium
# set size hints for the window
#size_hints = false
# emit escape sequences for other keys modified by Control
#modify_other_keys = false
[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
[colors]
# special
foreground = #ffffff
foreground_bold = #ffffff
cursor = #ffffff
background = #1e2320
background = rgba(47, 52, 63, 0.95)
# black
color0 = #1e2320
color8 = #709080
# red
#color1 = #705050
color1 = #996161
color9 = #dca3a3
# green
color2 = #60b48a
color10 = #c3bf9f
# yellow
color3 = #dfaf8f
color11 = #f0dfaf
# blue
color4 = #506070
color12 = #94bff3
# magenta
color5 = #dc8cc3
color13 = #ec93d3
# cyan
color6 = #8cd0d3
color14 = #93e0e3
# white
color7 = #dcdccc
color15 = #ffffff
# vim: ft=dosini cms=#%s