diff options
Diffstat (limited to 'config/wofi/style.css')
| -rw-r--r-- | config/wofi/style.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/config/wofi/style.css b/config/wofi/style.css new file mode 100644 index 0000000..153d240 --- /dev/null +++ b/config/wofi/style.css @@ -0,0 +1,39 @@ +window { + font-family: 'Input Sans Compressed'; + font-size: 13px; + background-color: rgba(15, 38, 31, 0.95); + color: #DAE6E3; + border-radius: 0; +} + +#outer-box { + margin: 0; + padding: 0; +} + +#input { + background-color: #DAE6E3; + border-radius: 0; + margin: 0; + padding: 2px 0 0; +} + +flowboxchild { + background: transparent; + border-radius: 0; + padding: 0; + margin: 0; +} + +.entry { + padding: 10px; + border-radius: 0; +} + +.entry label { + font-weight: 200; +} + +.entry#selected { + background: #f0f; +} |