dotfiles/config/wofi/style.css (view raw)
| 1 | window { |
| 2 | margin: 0px; |
| 3 | background-color: #15161e; |
| 4 | } |
| 5 | |
| 6 | #input { |
| 7 | margin: 5px; |
| 8 | border: none; |
| 9 | color: #f8f8f2; |
| 10 | background-color: #15161e; |
| 11 | } |
| 12 | |
| 13 | #inner-box { |
| 14 | margin: 5px; |
| 15 | border: none; |
| 16 | background-color: #1a1b26; |
| 17 | } |
| 18 | |
| 19 | #outer-box { |
| 20 | margin: 5px; |
| 21 | border: none; |
| 22 | background-color: #1a1b26; |
| 23 | } |
| 24 | |
| 25 | #scroll { |
| 26 | margin: 0px; |
| 27 | border: none; |
| 28 | } |
| 29 | |
| 30 | #text { |
| 31 | margin: 5px; |
| 32 | border: none; |
| 33 | color: #c0caf5; |
| 34 | } |
| 35 | |
| 36 | #entry:selected { |
| 37 | background-color: #15161e; |
| 38 | } |