]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/termite/files/config
Configure some moar
[max/saltfiles.git] / states / termite / files / config
index 6ee1ece055a096d06fb08d39b0ef1c0a74529837..69522093c7d84c65964a024adf93c72db9de5e46 100644 (file)
@@ -1,12 +1,12 @@
-{% if grains['host'] in ['dubnium', ] %}
-       {% set font_size = 9 %}
-{% elif grains['host'] in ['rhenium', ] %}
-       {% set font_size = 10 %}
+{% if grains['host'] in ['rhenium', ] %}
+       {% set font_size = 16 %}
+{% elif grains['host'] in ['dubnium', 'barium'] %}
+       {% set font_size = 13 %}
 {% else %}
        {% set font_size = 11 %}
 {% endif %}
 
-{% if grains['host'] in ['barium', 'dubnium', 'rhenium'] %}
+{% if grains['host'] in ['barium', 'dubnium', 'rhenium', 'cobalt'] %}
        {% set font_family = 'Source Code Pro' %}
 {% else %}
        {% set font_family = 'Source Code Pro for Powerline' %}
@@ -35,10 +35,10 @@ scrollback_lines = 10000
 #browser = xdg-open
 
 # "system", "on" or "off"
-#cursor_blink = system
+cursor_blink = on
 
 # "block", "underline" or "ibeam"
-#cursor_shape = block
+cursor_shape = block
 
 # Hide links that are no longer valid in url select overlay mode
 #filter_unmatched_urls = true
@@ -52,50 +52,82 @@ scrollback_lines = 10000
 # "off", "left" or "right"
 #scrollbar = off
 
+
+##################
+# Solarized dark #
+##################
+#[hints]
+##font = Monospace 12
+##foreground = #dcdccc
+##background = #3f3f3f
+##active_foreground = #e68080
+##active_background = #3f3f3f
+##padding = 2
+##border = #3f3f3f
+##border_width = 0.5
+##roundness = 2.0
+#
+## vim: ft=dosini cms=#%s
+## Solarized dark color scheme
+#
+#[colors]
+#foreground = #839496
+#foreground_bold = #eee8d5
+##foreground_dim = #888888
+#background = #002b36
+#cursor = #93a1a1
+#
+## if unset, will reverse foreground and background
+##highlight = #839496
+#
+## colors from color0 to color254 can be set
+#color0 = #073642
+#color1 = #dc322f
+#color2 = #859900
+#color3 = #b58900
+#color4 = #268bd2
+#color5 = #d33682
+#color6 = #2aa198
+#color7 = #eee8d5
+#color8 = #002b36
+#color9 = #cb4b16
+#color10 = #586e75
+#color11 = #657b83
+#color12 = #839496
+#color13 = #6c71c4
+#color14 = #93a1a1
+#color15 = #fdf6e3
+
+
+###################
+# Solarized light #
+###################
+# Solarized light color scheme
+
 [colors]
-# If both of these are unset, cursor falls back to the foreground color,
-# and cursor_foreground falls back to the background color.
-#cursor = #dcdccc
-#cursor_foreground = #dcdccc
-
-#foreground = #dcdccc
-#foreground_bold = #ffffff
-#background = #3f3f3f
-
-# 20% background transparency (requires a compositor)
-background = rgba(27, 28, 22, 0.8)
-
-# If unset, will reverse foreground and background
-highlight = #2f2f2f
-
-foreground =#f8f8f3
-background = rgba(27, 28, 22, 0.8)
-color0 =#000000
-color8 = #555555
-color1 = #f92672
-color9 = #dd4278
-color2 = #74e22e
-color10 = #9dc54b
-color3 = #e6db74
-color11 = #d1ca89
-color4 = #66d9ef
-color12 = #7accda
-color5 = #ae81ff
-color13 = #b392ef
-color6 = #00d9d9
-color14 = #c8f0f0
-color7 = #f5deb3
-color15 = #ffffff
-
-[hints]
-#font = Monospace 12
-#foreground = #dcdccc
-#background = #3f3f3f
-#active_foreground = #e68080
-#active_background = #3f3f3f
-#padding = 2
-#border = #3f3f3f
-#border_width = 0.5
-#roundness = 2.0
-
-# vim: ft=dosini cms=#%s
+foreground = #657b83
+foreground_bold = #073642
+#foreground_dim = #888888
+background = #fdf6e3
+cursor = #586e75
+
+# if unset, will reverse foreground and background
+#highlight = #839496
+
+# colors from color0 to color254 can be set
+color0 = #073642
+color1 = #dc322f
+color2 = #859900
+color3 = #b58900
+color4 = #268bd2
+color5 = #d33682
+color6 = #2aa198
+color7 = #eee8d5
+color8 = #002b36
+color9 = #cb4b16
+color10 = #586e75
+color11 = #657b83
+color12 = #839496
+color13 = #6c71c4
+color14 = #93a1a1
+color15 = #fdf6e3