From c45f5c62aa6b68af3fc26de198ead4e7a5fc7f43 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 17 Sep 2017 23:44:32 -0500 Subject: [PATCH] Rofi: Light modifications --- .Xresources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index e5aeb2b2..ca72e2b1 100644 --- a/.Xresources +++ b/.Xresources @@ -14,16 +14,19 @@ urxvt*depth: 32 ! ROFI Theme ! !----------------------------- +rofi.matching: fuzzy + rofi.color-enabled: true rofi.font: xos4 Terminus 9 rofi.bw: 4 ! BG FG BG-ALT HLBG HLFG -rofi.color-window: #282828, #83a598, #282828 +rofi.color-window: #282828, #32302f, #282828 rofi.color-normal: #282828, #ebdbb2, #32302f, #BB83a598, #282828 rofi.color-active: #282828, #458588, #32302f, #BB458588, #282828 rofi.color-urgent: #282828, #d79921, #32302f, #BBd79921, #282828 rofi.width: 30 +rofi.location: 0 !----------------------------- ! Colors merged from Gruvbox-Dark ! Author: morhetz