From f048fcca53f0c7ed7115e5a050a281e70939bcf8 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sat, 23 Apr 2022 14:09:54 -0500 Subject: lots of sway-related changes --- config/wofi/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'config/wofi') diff --git a/config/wofi/style.css b/config/wofi/style.css index 59184f4..abf8ae8 100644 --- a/config/wofi/style.css +++ b/config/wofi/style.css @@ -1,8 +1,9 @@ window { - background: #eee8d5; - color: #657b83; - font-family: SauceCodePro Nerd Font; + background: #eff0f2; + color: #4a4b4e; + font-family: Noto Sans, JetBrainsMono Nerd Font; font-size: 10pt; + border: 1px solid #dee2e0; } #input { @@ -10,8 +11,6 @@ window { margin: 5px; border: 0; border-radius: 0; - color: #657b83; - background: #fdf6e3; } #input:active { @@ -30,9 +29,9 @@ window { } #text { + color: #4a4b4e; } -#entry:selected{ - background: #93a1a1; - color: #eee8d5; +#entry:selected { + background: #dee2e0; } -- cgit v1.2.3