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