diff --git a/.config/i3/config b/.config/i3/config
index 54e37682..267b92ab 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -31,8 +31,8 @@ set $w8 8
 # Set up our colors
 # Note: fallbacks are copied from gruvbox-dark
 # Source: https://github.com/morhetz/gruvbox-generalized
-set_from_resource $bg background #1d2021
-set_from_resource $bgm bg2 #282828
+set_from_resource $bg background #282828
+set_from_resource $bgm bg2 #3c3836
 set_from_resource $bg_soft bg3 #32302f
 set_from_resource $black color0 #282828
 set_from_resource $red color1 #cc241d
@@ -79,17 +79,11 @@ gaps outer 0
 #	<colorclass>			<border>	<backgrd>	<text>		<indicator>	<child_border>
 	client.focused			$blue2		$blue2 		$bg		$bgm		$blue2
 	client.focused_inactive		$blue		$blue		$bg		$bgm		$bg
-	client.unfocused		$bg		$bg		$blue		$bg		$bg
+	client.unfocused		$bgm		$bg		$blue		$bg		$bg
 	client.urgent			$yellow2	$bg		$yellow2	$yellow		$bg
 	client.placeholder		$purple2	$bg		$purple2	$purple		$bg
 	client.background		$bg
 
-###################
-## Unified configuration script
-###################
-
-exec_always --no-startup-id "~/.concession/conspiracy"
-
 ###################
 ## Keybindings
 ###################