From e106fc0cc2c604101ceb8c0385334c4a31575dd9 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Sun, 16 Jul 2023 23:30:14 +0100 Subject: Replace rofi with wofi --- wofi/style.css | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 wofi/style.css (limited to 'wofi/style.css') diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 0000000..5e10303 --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,45 @@ +* { + outline-style: none; + outline: none; +} + +window { + margin: 5px; + font-family: Iosevka Nerd Font; + background-color: transparent; +} + +#outer-box { + border: 3px solid #434e59; + background-color: transparent; +} + +#input { + border: none; + background-color: #434e59; + opacity: 1; + border-radius: 0; +} + +#scroll { + opacity: 0.95; + background-color: #27292b; +} + +#entry { + padding: 5px; + border-left: 3px solid transparent; + border-right: 3px solid transparent; +} + +#entry:selected { + background-color: rgba(96, 111, 128, 0.2); + font-weight: 700; + font-style: italic; + border-left: 3px solid #434e59; + border-right: 3px solid #434e59; +} + +#img { + margin-right: 5px; +} -- cgit v1.2.3-70-g09d2