]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/termite/files/config
d984a78349d67fede2a6a49644f6680b9f7b15a7
[max/saltfiles.git] / states / termite / files / config
1 {% if grains['host'] in ['rhenium', ] %}
2         {% set font_size = 16 %}
3 {% elif grains['host'] in ['dubnium', ] %}
4         {% set font_size = 13 %}
5 {% else %}
6         {% set font_size = 11 %}
7 {% endif %}
8
9 {% if grains['host'] in ['barium', 'dubnium', 'rhenium', 'cobalt'] %}
10         {% set font_family = 'Source Code Pro' %}
11 {% else %}
12         {% set font_family = 'Source Code Pro for Powerline' %}
13 {% endif %}
14
15 [options]
16 #allow_bold = true
17 #audible_bell = false
18 #clickable_url = true
19 #dynamic_title = true
20 font = {{ font_family }} {{ font_size }} 
21 #fullscreen = true
22 #geometry = 640x480
23 #icon_name = terminal
24 #mouse_autohide = false
25 #scroll_on_output = false
26 #scroll_on_keystroke = true
27 # Length of the scrollback buffer, 0 disabled the scrollback buffer
28 # and setting it to a negative value means "infinite scrollback"
29 scrollback_lines = 10000
30 #search_wrap = true
31 #urgent_on_bell = true
32 #hyperlinks = false
33
34 # $BROWSER is used by default if set, with xdg-open as a fallback
35 #browser = xdg-open
36
37 # "system", "on" or "off"
38 #cursor_blink = system
39
40 # "block", "underline" or "ibeam"
41 cursor_shape = ibeam
42
43 # Hide links that are no longer valid in url select overlay mode
44 #filter_unmatched_urls = true
45
46 # Emit escape sequences for extra modified keys
47 #modify_other_keys = false
48
49 # set size hints for the window
50 #size_hints = false
51
52 # "off", "left" or "right"
53 #scrollbar = off
54
55
56 ##################
57 # Solarized dark #
58 ##################
59 #[hints]
60 ##font = Monospace 12
61 ##foreground = #dcdccc
62 ##background = #3f3f3f
63 ##active_foreground = #e68080
64 ##active_background = #3f3f3f
65 ##padding = 2
66 ##border = #3f3f3f
67 ##border_width = 0.5
68 ##roundness = 2.0
69 #
70 ## vim: ft=dosini cms=#%s
71 ## Solarized dark color scheme
72 #
73 #[colors]
74 #foreground = #839496
75 #foreground_bold = #eee8d5
76 ##foreground_dim = #888888
77 #background = #002b36
78 #cursor = #93a1a1
79 #
80 ## if unset, will reverse foreground and background
81 ##highlight = #839496
82 #
83 ## colors from color0 to color254 can be set
84 #color0 = #073642
85 #color1 = #dc322f
86 #color2 = #859900
87 #color3 = #b58900
88 #color4 = #268bd2
89 #color5 = #d33682
90 #color6 = #2aa198
91 #color7 = #eee8d5
92 #color8 = #002b36
93 #color9 = #cb4b16
94 #color10 = #586e75
95 #color11 = #657b83
96 #color12 = #839496
97 #color13 = #6c71c4
98 #color14 = #93a1a1
99 #color15 = #fdf6e3
100
101
102 ###################
103 # Solarized light #
104 ###################
105 # Solarized light color scheme
106
107 [colors]
108 foreground = #657b83
109 foreground_bold = #073642
110 #foreground_dim = #888888
111 background = #fdf6e3
112 cursor = #586e75
113
114 # if unset, will reverse foreground and background
115 #highlight = #839496
116
117 # colors from color0 to color254 can be set
118 color0 = #073642
119 color1 = #dc322f
120 color2 = #859900
121 color3 = #b58900
122 color4 = #268bd2
123 color5 = #d33682
124 color6 = #2aa198
125 color7 = #eee8d5
126 color8 = #002b36
127 color9 = #cb4b16
128 color10 = #586e75
129 color11 = #657b83
130 color12 = #839496
131 color13 = #6c71c4
132 color14 = #93a1a1
133 color15 = #fdf6e3