From 127f75e902067a2f98d08e4f3e7a3d7f658c622a Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 1 Dec 2022 18:49:25 -0500 Subject: [PATCH] moved rofi themes to their own directory --- rofi.rasi | 59 +++++-------------------------------------- rofi/slate-black.rasi | 55 ++++++++++++++++++++++++++++++++++++++++ rofi/slate.rasi | 55 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 116 insertions(+), 53 deletions(-) create mode 100644 rofi/slate-black.rasi create mode 100644 rofi/slate.rasi diff --git a/rofi.rasi b/rofi.rasi index c796cd8..24cc9c3 100644 --- a/rofi.rasi +++ b/rofi.rasi @@ -1,55 +1,8 @@ -* { - background: #282C3385; - background-color: @background; - border-color: #2E343FFF; - text-color: #8cA0AAFF; - spacing: 0; - width: 512px; - // Height: 3 items - height: 228px; - // Height: 4 items - //height: 284px; -} - -inputbar { - border: 0 0 1px 0; - children: [prompt,entry]; -} - -prompt { - padding: 16px; - border: 0 1px 0 0; -} - -textbox { - background-color: #2e343f25; - border: 0 0 1px 0; - border-color: #282C33; - padding: 8px 16px; -} - -entry { - padding: 16px; - background-color: #00000000; -} - -listview { - cycle: false; - margin: 0 0 -1px 0; - scrollbar: false; -} - -element { - border: 0 0 1px 0; - padding: 16px; - background-color: #00000000; -} - -element selected { - background-color: #2e343f82; -} - -element-text { - background-color: #00000000; +configuration { + font: "FiraCode Nerd Font 14"; + display-run: ""; + display-window: ""; + modi: "run,window"; } +@theme "/home/val/.config/rofi/themes/slate-black.rasi" diff --git a/rofi/slate-black.rasi b/rofi/slate-black.rasi new file mode 100644 index 0000000..9c6863a --- /dev/null +++ b/rofi/slate-black.rasi @@ -0,0 +1,55 @@ +* { + background: #0004; + background-color: @background; + border-color: #5558; + text-color: #FFFF; + spacing: 0; + width: 512px; + // Height: 3 items + height: 228px; + // Height: 4 items + //height: 284px; +} + +inputbar { + border: 0 0 1px 0; + children: [prompt,entry]; +} + +prompt { + padding: 16px; + border: 0 1px 0 0; +} + +textbox { + background-color: #2e343f25; + border: 0 0 1px 0; + border-color: #282C33; + padding: 8px 16px; +} + +entry { + padding: 16px; + background-color: #0000; +} + +listview { + cycle: false; + margin: 0 0 -1px 0; + scrollbar: false; +} + +element { + border: 0 0 1px 0; + padding: 16px; + background-color: #0000; +} + +element selected { + background-color: #AAA2; +} + +element-text { + background-color: #0000; +} + diff --git a/rofi/slate.rasi b/rofi/slate.rasi new file mode 100644 index 0000000..c796cd8 --- /dev/null +++ b/rofi/slate.rasi @@ -0,0 +1,55 @@ +* { + background: #282C3385; + background-color: @background; + border-color: #2E343FFF; + text-color: #8cA0AAFF; + spacing: 0; + width: 512px; + // Height: 3 items + height: 228px; + // Height: 4 items + //height: 284px; +} + +inputbar { + border: 0 0 1px 0; + children: [prompt,entry]; +} + +prompt { + padding: 16px; + border: 0 1px 0 0; +} + +textbox { + background-color: #2e343f25; + border: 0 0 1px 0; + border-color: #282C33; + padding: 8px 16px; +} + +entry { + padding: 16px; + background-color: #00000000; +} + +listview { + cycle: false; + margin: 0 0 -1px 0; + scrollbar: false; +} + +element { + border: 0 0 1px 0; + padding: 16px; + background-color: #00000000; +} + +element selected { + background-color: #2e343f82; +} + +element-text { + background-color: #00000000; +} +