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/simple.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/rofi/colors/simple.rasi (limited to '.config/rofi/colors/simple.rasi') diff --git a/.config/rofi/colors/simple.rasi b/.config/rofi/colors/simple.rasi new file mode 100644 index 0000000..31f260e --- /dev/null +++ b/.config/rofi/colors/simple.rasi @@ -0,0 +1,10 @@ +/* colors */ + +* { + al: #00000000; + bg: #2c2f31; + pg: #666666; + se: #6cb6eb; + fg: #FFFFFFff; + ac: #3b4041; +} -- cgit v1.2.3