From a024a810679bcd80f6e2eedd69edd9b869c2ddc7 Mon Sep 17 00:00:00 2001 From: CAMPION Hugo Date: Thu, 17 Feb 2022 13:17:42 +0100 Subject: [PATCH] Add rofi theme --- apps/README.md | 4 ++++ apps/rofi/config | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 apps/rofi/config diff --git a/apps/README.md b/apps/README.md index 59f5a7b..7a3dee6 100644 --- a/apps/README.md +++ b/apps/README.md @@ -33,3 +33,7 @@ The file telegram/cyberpunk-neon.attheme file in this repository can also be use If you use Zim you can copy zim/style.conf into ~./config/zim `cp zim/style.conf ~./config/zim/` + +### Rofi launcher + +If you use rofi on i3, sway, etc.. You can add rofi/config to your existing ~/.config/rofi/config to match the colors of cyberpunk neon theme diff --git a/apps/rofi/config b/apps/rofi/config new file mode 100644 index 0000000..43901ae --- /dev/null +++ b/apps/rofi/config @@ -0,0 +1,9 @@ +! "Color scheme for normal row" Set from: File +rofi.color-normal: #091833, #0abdc6, #0d244d, #ea00d9, #091833 +rofi.color-urgent: #091833, #0abdc6, #0d244d, #ea00d9, #091833 +rofi.color-active: #091833, #0abdc6, #0d244d, #ea00d9, #091833 +! "Color scheme window" Set from: File +rofi.color-window: #091833, #ea00d9, #ea00d9 +! "Separator style (none, dash, solid)" Set from: File +rofi.separator-style: solid +