From 0ce23c219ecb64ccf88f697eb8ec285c8497dc2c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 24 Jul 2024 21:19:24 -0300 Subject: Fix: style: cursor-line foreground --- packages/finder/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/finder/main.py b/packages/finder/main.py index 518e86b..32aca1f 100644 --- a/packages/finder/main.py +++ b/packages/finder/main.py @@ -103,7 +103,7 @@ class FinderMain(): "output-field" : "#888888", "input-field" : "bold", "line" : "#004400", - "cursor-line" : "bg:ansigray", + "cursor-line" : "#000000 bg:ansigray", }) def get_statusbar_left(self): -- cgit v1.2.3