diff options
| author | Shubham Saini <pryr@pryr.xyz> | 2021-02-26 09:25:51 +0000 |
|---|---|---|
| committer | Shubham Saini <pryr@pryr.xyz> | 2021-02-26 09:25:51 +0000 |
| commit | 6963428f61a5b1154e829edc1ae287c3cacc5beb (patch) | |
| tree | 69c8f35d870854803ea4dd368e9e8e9bc97f1b43 /wofi | |
| parent | 77ecf96870db83e62c2d6b3b773e6647350de6ca (diff) | |
added wayland configs
Diffstat (limited to 'wofi')
| -rw-r--r-- | wofi/.config/wofi/style.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css new file mode 100644 index 0000000..d5da0bf --- /dev/null +++ b/wofi/.config/wofi/style.css | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | window { | ||
| 2 | margin: 0px; | ||
| 3 | border: 1px solid #171a1f; | ||
| 4 | background-color: #171a1f; | ||
| 5 | } | ||
| 6 | |||
| 7 | #input { | ||
| 8 | margin: 5px; | ||
| 9 | border: none; | ||
| 10 | color: #f8f8f2; | ||
| 11 | background-color: #44475a; | ||
| 12 | } | ||
| 13 | |||
| 14 | #inner-box { | ||
| 15 | margin: 5px; | ||
| 16 | border: none; | ||
| 17 | background-color: #171a1f; | ||
| 18 | } | ||
| 19 | |||
| 20 | #outer-box { | ||
| 21 | margin: 5px; | ||
| 22 | border: none; | ||
| 23 | background-color: #171a1f; | ||
| 24 | } | ||
| 25 | |||
| 26 | #scroll { | ||
| 27 | margin: 0px; | ||
| 28 | border: none; | ||
| 29 | } | ||
| 30 | |||
| 31 | #text { | ||
| 32 | margin: 5px; | ||
| 33 | border: none; | ||
| 34 | color: #f8f8f2; | ||
| 35 | } | ||
| 36 | |||
| 37 | #entry:selected { | ||
| 38 | background-color: #44475a; | ||
| 39 | } | ||
