From 4da672ba3089e6e663ee9883dc3fd7d1721fb276 Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Wed, 9 Aug 2017 04:36:50 -0500
Subject: [PATCH] 0-width default gaps, changed i3 border size and focus color

---
 .config/i3/config | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.config/i3/config b/.config/i3/config
index 84b59b5e..ebfcf98c 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -7,10 +7,10 @@
 ###################
 
 # Titlebar and borders
-new_window pixel 2
+new_window pixel 1
 
 # i3-gaps configs
-gaps inner 5
+gaps inner 0
 gaps outer 0
 
 # Set up our colors
@@ -18,12 +18,14 @@ gaps outer 0
 # Source: https://github.com/morhetz/gruvbox-generalized
 set_from_resource $bg background #1d2021
 set_from_resource $black color0 #282828
+set_from_resource $red color1 #cc241d
 set_from_resource $green color2 #98971a
 set_from_resource $yellow color3 #d79921
 set_from_resource $blue color4 #458588
 set_from_resource $purple color5 #b16286
 set_from_resource $gray color7 #a89984
 set_from_resource $gray2 color8 #928374
+set_from_resource $red2 color9 #fb4934
 set_from_resource $green2 color10 #b8bb26
 set_from_resource $yellow2 color11 #fabd2f
 set_from_resource $blue2 color12 #83a598
@@ -32,7 +34,7 @@ set_from_resource $fg color15 #ebdbb2
 
 # Apply colors to i3
 #	<colorclass>			<border>	<backgrd>	<text>		<indicator>	<child_border>
-	client.focused			$blue		$bg 		$fg		$green2		$blue
+	client.focused			$blue		$bg 		$fg		$green2		$fg
 	client.focused_inactive		$bg		$bg		$gray2		$green		$bg
 	client.unfocused		$bg		$bg		$gray2		$green		$bg
 	client.urgent			$bg		$bg		$yellow2	$yellow		$bg