diff options
Diffstat (limited to 'wofi/.config')
-rw-r--r-- | wofi/.config/wofi/style.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css new file mode 100644 index 0000000..919d59f --- /dev/null +++ b/wofi/.config/wofi/style.css @@ -0,0 +1,40 @@ +#outer-box { + border: 2px solid #d5d8da; + border-radius: 4px; +} + +#window { + background-color: #1c1e26; +} + +#text { + font-family: "Terminus"; + color: #ccc; +} + +#text:selected { + color: #16161c; +} + +#input { + margin: 4px; + border: 2px solid #d5d8da; + border-radius: 4px; + background-color: #1c1e26; + font-family: "Terminus"; + color: #ccc; +} + +#scroll { + margin: 2px 2px 3px 2px; +} + +#entry { + padding: 2px 4px; + margin: 1px 2px; +} + +#entry:selected { + background-color: #d5d8da; + border-radius: 4px; +} |