From e026adaeb9ceb2e3e04c870b8aadda9343b6c5f0 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 16:04:16 +0200 Subject: Add rofi config --- rofi/.config/rofi/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rofi/.config/rofi/config diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config new file mode 100644 index 0000000..59abd02 --- /dev/null +++ b/rofi/.config/rofi/config @@ -0,0 +1,6 @@ +rofi.color-enabled: true +rofi.color-window: #000000, #000000, #ffffff +rofi.color-normal: #000000, #ffffff, #000000, #ffffff, #000000 +rofi.color-active: #000000, #0061ff, #000000, #ffffff, #0061ff +rofi.color-urgent: #000000, #ff0096, #000000, #ffffff, #ff0096 +rofi.font: fira-code regular 8 -- cgit v1.2.1