diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/finder/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/finder/main.py b/packages/finder/main.py index 130a2e2..5207a2c 100644 --- a/packages/finder/main.py +++ b/packages/finder/main.py @@ -103,6 +103,7 @@ class FinderMain(): "output-field" : "#888888", "input-field" : "bold", "line" : "#004400", + "cursor-line" : "bg:ansigray", }) def get_statusbar_left(self): |