aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-24 21:19:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-24 21:19:24 -0300
commit0ce23c219ecb64ccf88f697eb8ec285c8497dc2c (patch)
tree45db2f51888f17efdc1ff998b0329b3ddd157167 /packages
parent17e0f09e453f1c4a3d3f9fb577aeafc2d254b197 (diff)
downloadfinder-0ce23c219ecb64ccf88f697eb8ec285c8497dc2c.tar.gz
finder-0ce23c219ecb64ccf88f697eb8ec285c8497dc2c.tar.bz2
Fix: style: cursor-line foreground
Diffstat (limited to 'packages')
-rw-r--r--packages/finder/main.py2
1 files changed, 1 insertions, 1 deletions
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):