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