diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 43fd60e6..6d42441f 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -10,20 +10,18 @@
 configuration {
 	matching: "normal";
 	show-icons: true;
-	icon-theme: "Papirus-Dark";
+	icon-theme: "Papirus-Gruvbox-Dark";
 	modi: "drun,ssh,window";
-	height: 60%;
-	width: 50%;
 }
 
 * {
-	background: #232629;
-	background-alt: #31363b;
-	foreground: #eff0f1;
-	foreground-alt: #ed1515;
-	blue-dark: #1abc9c;
-	blue: #1d99f3;
-	yellow: #fdbc4b;
+	background: #282828;
+	background-alt: #32302f;
+	foreground: #ebdbb2;
+	foreground-alt: #fb4934;
+	yellow: #fabd2f;
+	blue: #83a598;
+	cyan: #8ec07c;
 
 	text-color: @foreground;
 	background-color: @background;
@@ -31,27 +29,35 @@ configuration {
 }
 
 #window {
-	location: center;
-	anchor: center;
+	location: southwest;
+	anchor: southwest;
 
 	border-color: @background-alt;
 	background-color: @background;
 
-	border: 4px;
-	border-radius: 16px;
+	border: 4px 4px 0 0;
+	height: 60%;
+	width: 30%;
 }
 	#inputbar {
-		padding: 2em;
+		background-color: @background-alt;
+		padding: 1em;
 	}
 		#case-indicator {
+			enabled: false;
+			background-color: @background-alt;
 			text-color: @foreground-alt;
 		}
 		#prompt {
-			font: "IBM Plex Sans Bold 16";
-			padding: 0 1em 0 0;
+			enabled: false;
+			background-color: @background-alt;
+			font: "IBM Plex Sans Medium 12";
+			padding: 0.5em;
 		}
 		#entry {
-			font: "IBM Plex Sans 16";
+			background-color: @background-alt;
+			font: "IBM Plex Sans 12";
+			padding: 0.5em;
 		}
 	#message {
 		padding: 4px;
@@ -62,19 +68,14 @@ configuration {
 		}
 
 	#listview {
-		columns: 2;
 		padding: 1em;
 	}
-		#element-icon {
-			size: 64px;
-		}
 		#element {
 			orientation: vertical;
 			padding: 1em;
-			border-radius: 8px;
 		}
 		#element normal active {
-			text-color: @blue-dark;
+			text-color: @cyan;
 		}
 		#element normal urgent {
 			text-color: @yellow;
@@ -84,7 +85,7 @@ configuration {
 			text-color: @background;
 		}
 		#element selected active {
-			background-color: @blue-dark;
+			background-color: @cyan;
 			text-color: @background;
 		}
 		#element selected urgent {