From 81df2a9c4ab8f716e7b79d28f0c7b6acc4b6b1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Tue, 12 Aug 2025 15:24:02 +0200 Subject: feat(config): rofi --- config/rofi/theme.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/rofi/theme.rasi (limited to 'config/rofi/theme.rasi') diff --git a/config/rofi/theme.rasi b/config/rofi/theme.rasi new file mode 100644 index 0000000..7cec0c0 --- /dev/null +++ b/config/rofi/theme.rasi @@ -0,0 +1,10 @@ +* { + main-bg: #2F3E46; + main-fg: #CAD2C5; + main-br: #cba6f7ff; + main-ex: #f5e0dcff; + select-bg: #84A98C; + select-fg: #11111bff; + separatorcolor: transparent; + border-color: transparent; +} -- cgit v1.2.3