From 5ca60114560f24617d0a82ef230bc11484617800 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 2 Apr 2023 20:16:45 -0500 Subject: each program in a sway package --- sway-de/config/wofi/style.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 sway-de/config/wofi/style.css (limited to 'sway-de/config/wofi') diff --git a/sway-de/config/wofi/style.css b/sway-de/config/wofi/style.css deleted file mode 100644 index 5cfaf6c..0000000 --- a/sway-de/config/wofi/style.css +++ /dev/null @@ -1,41 +0,0 @@ -window { - background: #efefef; - color: #4a484d; - font-family: Noto Sans; - font-size: 11pt; - border: 1px solid #5e4b4f; -} - -#input { - padding: 2px; - margin: 5px; - border: 0; - border-radius: 0; -} - -#input:active { - border: 0; -} - -#inner-box { -} - -#outer-box { -} - -#scroll { - padding: 2px; - margin: 5px; -} - -#text { - color: #4a484d; -} - -#entry:selected #text{ - color: #ffffff; -} - -#entry:selected { - background: #2d45b0; -} -- cgit v1.2.3