diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:31:33 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 19:31:33 -0600 |
commit | bf2f7d42b4d9f64d43b397083d78ba57155fd755 (patch) | |
tree | d0b55746b914dff03c439cefbb04e38bb5f409ef /config/linux/wofi | |
parent | 687b587df09b49a903decf47b53cac7412b28970 (diff) |
change sway colors to match tempus totus
Diffstat (limited to 'config/linux/wofi')
-rw-r--r-- | config/linux/wofi/style.css | 16 |
1 files changed, 10 insertions, 6 deletions
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; } |