From c12583494ee49a2ef1d2c485795f51712d66ce71 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 30 Apr 2021 09:44:48 -0500 Subject: wofi stylesheet --- config/wofi/style.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 config/wofi/style.css (limited to 'config/wofi/style.css') diff --git a/config/wofi/style.css b/config/wofi/style.css new file mode 100644 index 0000000..59184f4 --- /dev/null +++ b/config/wofi/style.css @@ -0,0 +1,38 @@ +window { + background: #eee8d5; + color: #657b83; + font-family: SauceCodePro Nerd Font; + font-size: 10pt; +} + +#input { + padding: 2px; + margin: 5px; + border: 0; + border-radius: 0; + color: #657b83; + background: #fdf6e3; +} + +#input:active { + border: 0; +} + +#inner-box { +} + +#outer-box { +} + +#scroll { + padding: 2px; + margin: 5px; +} + +#text { +} + +#entry:selected{ + background: #93a1a1; + color: #eee8d5; +} -- cgit v1.2.3