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; +}