From 647d2f0c79286248ce2da517e19d1a791f1605a8 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 1 Nov 2023 21:55:45 +0200 Subject: Add rofi config --- .config/rofi/colors/gruvbox.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/rofi/colors/gruvbox.rasi (limited to '.config/rofi/colors/gruvbox.rasi') diff --git a/.config/rofi/colors/gruvbox.rasi b/.config/rofi/colors/gruvbox.rasi new file mode 100644 index 0000000..f5c9169 --- /dev/null +++ b/.config/rofi/colors/gruvbox.rasi @@ -0,0 +1,10 @@ +/* colors */ + +* { + al: #00000000; + bg: #32302f; + pg: #7c6f64; + se: #101010ff; + fg: #FFFFFFff; + ac: #fe8019; +} -- cgit v1.2.3