diff --git a/.config/i3/config b/.config/i3/config
index fbd251e28b6670e65d897dff9da4de8d335eb4b3..08a2c9fe77d9268f6030bd6bce9c48f9e9291a93 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -42,7 +42,7 @@ set $inactive-text-color #676E7D
 set $urgent-bg-color #E53935
 # start dmenu (a program launcher)
 #bindsym $mod+d exec dmenu_run
-bindsym $mod+d exec rofi -show run -opacity "80"
+bindsym $mod+d exec rofi -show run -opacity "80" -theme arthur
 # There also is the (new) i3-dmenu-desktop which only displays applications
 # shipping a .desktop file. It is a wrapper around dmenu, so you need that
 # installed.