summaryrefslogtreecommitdiff
path: root/.config/termite/config
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
committerDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
commit928e507d33e1192ca1f8d3413a352c30909286fb (patch)
tree4a3cdf45b9336a6b3dd9232241817ab9c78db34d /.config/termite/config
parent8b07627e86c7c181cc5ab81ab2607256d2061017 (diff)
General updates
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
Diffstat (limited to '.config/termite/config')
-rw-r--r--.config/termite/config64
1 files changed, 64 insertions, 0 deletions
diff --git a/.config/termite/config b/.config/termite/config
new file mode 100644
index 0000000..bd27d4c
--- /dev/null
+++ b/.config/termite/config
@@ -0,0 +1,64 @@
+[options]
+font = xos4 Terminus 12
+allow_bold = true
+audible_bell = true
+clickable_url = true
+dynamic_title = true
+scrollback_lines=10000
+urgent_on_bell = false
+search_wrap = true
+cursor_blink = system
+cursor_shape = block
+browser = xdg-open
+filter_unmatched_urls = true
+modify_other_keys = false
+size_hints = false
+
+[colors]
+# Base16 Macintosh
+# Author: Rebecca Bettencourt (http://www.kreativekorp.com)
+
+foreground = #c0c0c0
+foreground_bold = #c0c0c0
+cursor = #c0c0c0
+background = #000000
+
+# 16 color space
+
+# Black, Gray, Silver, White
+color0 = #000000
+color8 = #808080
+color7 = #c0c0c0
+color15 = #ffffff
+
+# Red
+color1 = #dd0907
+color9 = #dd0907
+
+# Green
+color2 = #1fb714
+color10 = #1fb714
+
+# Yellow
+color3 = #fbf305
+color11 = #fbf305
+
+# Blue
+color4 = #0000d3
+color12 = #0000d3
+
+# Purple
+color5 = #4700a5
+color13 = #4700a5
+
+# Teal
+color6 = #02abea
+color14 = #02abea
+
+# Extra colors
+color16 = #ff6403
+color17 = #90713a
+color18 = #404040
+color19 = #404040
+color20 = #808080
+color21 = #c0c0c0