From 5b9efe693f6615649797893696039449bb044b16 Mon Sep 17 00:00:00 2001 From: lefoy Date: Wed, 22 Oct 2014 11:58:24 -0400 Subject: [PATCH] Update acid theme fg color --- themes/acid.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/acid.json b/themes/acid.json index 1b724f5..5260296 100644 --- a/themes/acid.json +++ b/themes/acid.json @@ -8,14 +8,14 @@ "fg": "#97c124", "border": { "type": "line", - "fg": "#b6db51" + "fg": "#97c124" } }, "table": { "fg": "fg", "items": { "selected": { - "bg": "#b6db51", + "bg": "#97c124", "fg": "bg" }, "item": { @@ -25,7 +25,7 @@ }, "border": { "type": "line", - "fg": "#b6db51" + "fg": "#97c124" } }, "footer": {