From 3281eb1d839dcff721fe6aa8fbd6033678fc4a9d Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Sat, 15 Jan 2022 23:21:47 -0800 Subject: initial commit --- wofi/.config/wofi/style.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 wofi/.config/wofi/style.css (limited to 'wofi/.config') 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; +} -- cgit v1.2.3