From 3005773fec8093829126503576ab351b0949dd78 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Tue, 29 Aug 2023 23:06:03 +0400 Subject: [PATCH] Add basic Rofi theme --- etc/skel/.config/rofi/config.rasi | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/skel/.config/rofi/config.rasi diff --git a/etc/skel/.config/rofi/config.rasi b/etc/skel/.config/rofi/config.rasi new file mode 100644 index 0000000..4654ad9 --- /dev/null +++ b/etc/skel/.config/rofi/config.rasi @@ -0,0 +1,11 @@ +* { + lightbg: #24273a; + background: #24273a; + lightfg: #8aadf4; + foreground: #cad3f5; + border-color: #8aadf4; +} + +window { + border: 2; +}