]> git.friedersdorff.com Git - max/dotfiles.git/blob - termite/.config/termite/config
Merge branch 'master' of git.friedersdorff.com:max/dotfiles
[max/dotfiles.git] / termite / .config / termite / config
1 [options]
2 #allow_bold = true
3 #audible_bell = false
4 #clickable_url = true
5 #dynamic_title = true
6 font = Monospace 11
7 #fullscreen = true
8 #geometry = 640x480
9 #icon_name = terminal
10 #mouse_autohide = false
11 #scroll_on_output = false
12 #scroll_on_keystroke = true
13 # Length of the scrollback buffer, 0 disabled the scrollback buffer
14 # and setting it to a negative value means "infinite scrollback"
15 scrollback_lines = 10000
16 #search_wrap = true
17 #urgent_on_bell = true
18 #hyperlinks = false
19
20 # $BROWSER is used by default if set, with xdg-open as a fallback
21 #browser = xdg-open
22
23 # "system", "on" or "off"
24 #cursor_blink = system
25
26 # "block", "underline" or "ibeam"
27 #cursor_shape = block
28
29 # Hide links that are no longer valid in url select overlay mode
30 #filter_unmatched_urls = true
31
32 # Emit escape sequences for extra modified keys
33 #modify_other_keys = false
34
35 # set size hints for the window
36 #size_hints = false
37
38 # "off", "left" or "right"
39 #scrollbar = off
40
41 [colors]
42 # If both of these are unset, cursor falls back to the foreground color,
43 # and cursor_foreground falls back to the background color.
44 #cursor = #dcdccc
45 #cursor_foreground = #dcdccc
46
47 #foreground = #dcdccc
48 #foreground_bold = #ffffff
49 #background = #3f3f3f
50
51 # 20% background transparency (requires a compositor)
52 background = rgba(27, 28, 22, 0.8)
53
54 # If unset, will reverse foreground and background
55 highlight = #2f2f2f
56
57 foreground =#f8f8f3
58 background = rgba(27, 28, 22, 0.8)
59 color0 =#000000
60 color8 = #555555
61 color1 = #f92672
62 color9 = #dd4278
63 color2 = #74e22e
64 color10 = #9dc54b
65 color3 = #e6db74
66 color11 = #d1ca89
67 color4 = #66d9ef
68 color12 = #7accda
69 color5 = #ae81ff
70 color13 = #b392ef
71 color6 = #00d9d9
72 color14 = #c8f0f0
73 color7 = #f5deb3
74 color15 = #ffffff
75
76 [hints]
77 #font = Monospace 12
78 #foreground = #dcdccc
79 #background = #3f3f3f
80 #active_foreground = #e68080
81 #active_background = #3f3f3f
82 #padding = 2
83 #border = #3f3f3f
84 #border_width = 0.5
85 #roundness = 2.0
86
87 # vim: ft=dosini cms=#%s