From bf2f7d42b4d9f64d43b397083d78ba57155fd755 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 22 Feb 2023 19:31:33 -0600 Subject: change sway colors to match tempus totus --- config/linux/wofi/style.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'config/linux/wofi/style.css') diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css index 63d408d..5cfaf6c 100644 --- a/config/linux/wofi/style.css +++ b/config/linux/wofi/style.css @@ -1,9 +1,9 @@ window { - background: #eff0f2; - color: #4a4b4e; + background: #efefef; + color: #4a484d; font-family: Noto Sans; - font-size: 10pt; - border: 1px solid #dee2e0; + font-size: 11pt; + border: 1px solid #5e4b4f; } #input { @@ -29,9 +29,13 @@ window { } #text { - color: #4a4b4e; + color: #4a484d; +} + +#entry:selected #text{ + color: #ffffff; } #entry:selected { - background: #dee2e0; + background: #2d45b0; } -- cgit v1.2.3