aboutsummaryrefslogtreecommitdiff
path: root/wofi
diff options
context:
space:
mode:
authorkdam0 <me@kumardamani.net>2023-04-07 16:44:12 +0000
committerkdam0 <me@kumardamani.net>2023-04-07 16:44:12 +0000
commitfc384fc48e05f17f2d28a7a7d2b0b1802eabea53 (patch)
treed6f192fd13eba83c9dabf25908d7787b8964dbc3 /wofi
parentec5c16831076b0f295172fbba93a965b16c8539a (diff)
major updates, breaking changes
Diffstat (limited to 'wofi')
-rw-r--r--wofi/.config/wofi/style.css57
1 files changed, 0 insertions, 57 deletions
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css
deleted file mode 100644
index e91d682..0000000
--- a/wofi/.config/wofi/style.css
+++ /dev/null
@@ -1,57 +0,0 @@
-#entry {
- border-radius: 3px;
- padding: 2px 3px 2px 3px;
-}
-
-#entry:selected {
- background-color: #5e81ac;
-}
-
-#text:selected {
- color: #d8dee9;
-}
-
-#window {
- padding: 2px;
- background-color: rgba(53, 59, 73, 0.97);
- border: 3px solid #3b4252;
- border-radius: 2px;
- font-family: 'Inter Nerd Font','FuraCode Nerd Font Mono';
- font-size: 48px;
-}
-
-#input {
- border: 2px solid #5e81ac;
- background-color: #4c566a;
- color: #d8dee9;
- padding: 3px 5px 3px 5px;
- border-radius: 5px;
-}
-
-#inner-box {
- color: #d8dee9;
- padding: 2px;
- background-color: transparent;
-}
-
-#outer-box {
- margin: 15px;
- background-color: transparent;
-}
-
-#scroll {
- margin-top: 10px;
- background-color: transparent;
- border: none;
-}
-
-#text {
- padding: 3px;
- background-color: transparent;
-}
-
-#img {
- background-color: transparent;
- padding: 5px;
-}
-