diff --git a/.config/i3/config b/.config/i3/config
index 91c8b23c..c087b932 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -56,9 +56,9 @@ font pango:Roboto 10
 
 # Titlebar and borders
 hide_edge_borders smart
-new_window pixel 2
-for_window [class=".*"] border pixel 2
-for_window [class="konsole"] border normal 2
+new_window pixel 1
+for_window [class=".*"] border pixel 1
+for_window [class="konsole"] border normal 1
 for_window [class=".*"] title_format "%title"
 
 # Miscellaneous window rules
@@ -80,7 +80,7 @@ focus_on_window_activation none
 
 # Apply colors to i3
 #	<colorclass>			<border>	<backgrd>	<text>		<indicator>	<child_border>
-	client.focused			$blue2		$blue2 		$bg		$bgm		$blue2
+	client.focused			$blue		$blue		$bg		$bgm		$blue
 	client.focused_inactive		$bgm		$bgm		$blue		$bgm		$bgm
 	client.unfocused		$bgm		$bgm		$fg		$bgm		$bgm
 	client.urgent			$yellow2	$bgm		$yellow2	$yellow		$bgm