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