-
Notifications
You must be signed in to change notification settings - Fork 0
/
termiteconfig
55 lines (46 loc) · 1.04 KB
/
termiteconfig
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
[options]
font = xos4 Terminus 14px
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = true
mouse_autohide = true
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
scrollback_lines = 10000
search_wrap = true
# system/on/off
cursor_blink = off
# block/underline/ibeam
cursor_shape = block
browser = google-chrome
[colors]
# Mostly Solarized_dark
foreground = #FFFFFF
#foreground_bold = #ffffff
#foreground_dim = #888888
# backgound = #002b36
background = rgba(0, 0, 0, 0.6)
cursor = #93a1a1
#if unset, will reverse forgound and background
#highlight = #ffffff
#colors from color0 to color 254 can be set
color0 = #073642
color1 = #e51414
color2 = #00ff00
color3 = #b58900
color4 = #268bd2
color5 = #d33682
color6 = #2aa198
color7 = #eee8d5
color8 = #002b36
color9 = #cb4b16
color10 = #586e75
color11 = #657b83
color12 = #839496
color13 = #6c71c4
color14 = #39a1a1
color15 = #fdf6e3