From 5ef530106420b741c30382f34d77a4588e943ecb Mon Sep 17 00:00:00 2001 From: kdam0 Date: Tue, 14 Mar 2023 18:21:16 -0400 Subject: added foot mako and wofi confs --- wofi/.config/wofi/style.css | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 wofi/.config/wofi/style.css (limited to 'wofi') diff --git a/wofi/.config/wofi/style.css b/wofi/.config/wofi/style.css new file mode 100644 index 0000000..e91d682 --- /dev/null +++ b/wofi/.config/wofi/style.css @@ -0,0 +1,57 @@ +#entry { + border-radius: 3px; + padding: 2px 3px 2px 3px; +} + +#entry:selected { + background-color: #5e81ac; +} + +#text:selected { + color: #d8dee9; +} + +#window { + padding: 2px; + background-color: rgba(53, 59, 73, 0.97); + border: 3px solid #3b4252; + border-radius: 2px; + font-family: 'Inter Nerd Font','FuraCode Nerd Font Mono'; + font-size: 48px; +} + +#input { + border: 2px solid #5e81ac; + background-color: #4c566a; + color: #d8dee9; + padding: 3px 5px 3px 5px; + border-radius: 5px; +} + +#inner-box { + color: #d8dee9; + padding: 2px; + background-color: transparent; +} + +#outer-box { + margin: 15px; + background-color: transparent; +} + +#scroll { + margin-top: 10px; + background-color: transparent; + border: none; +} + +#text { + padding: 3px; + background-color: transparent; +} + +#img { + background-color: transparent; + padding: 5px; +} + -- cgit v1.2.3