From 928e507d33e1192ca1f8d3413a352c30909286fb Mon Sep 17 00:00:00 2001 From: Daniel Holman Date: Thu, 5 Apr 2018 13:32:25 -0500 Subject: 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 --- .config/termite/config | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .config/termite/config (limited to '.config/termite') 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 -- cgit v1.2.3