From 46be2232409cf79599512fc9fb7462a43846fec5 Mon Sep 17 00:00:00 2001 From: KILLinefficiency Date: Fri, 1 Oct 2021 23:59:44 +0530 Subject: [PATCH] added a minimal list like one-dark based rofi theme --- 720p/launchers/misc/minimal_list.rasi | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 720p/launchers/misc/minimal_list.rasi diff --git a/720p/launchers/misc/minimal_list.rasi b/720p/launchers/misc/minimal_list.rasi new file mode 100644 index 0000000..13f32ed --- /dev/null +++ b/720p/launchers/misc/minimal_list.rasi @@ -0,0 +1,30 @@ +configuration { + modi: "window,run,ssh,drun"; + font: "Jetbrains Mono 13"; + icon-theme: "Papirus"; + show-icons: true; +} + +* { + background-color: #282c34; + text-color: #abb2bf; + border: 0.5% 0.25% 0.5% 0.25%; + border-color: #282c34; + location: center; +} + +prompt { + enabled: true; + padding: 0% 0.5% 0% 0%; + font: "Jetbrains Mono"; + text-color: #abb2bf; + background-color: #282c34; +} + +element-icon { + size: 25px; +} + +element selected { + text-color: #98c379; +}