From 0023e0929ac7075cd008e0093de58ddc89efd597 Mon Sep 17 00:00:00 2001 From: Petter Rodhelind Date: Mon, 26 Feb 2018 11:14:21 +0100 Subject: Bulk commit before redesign in another branch. --- style.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.go') diff --git a/style.go b/style.go index eaff897..0e0294f 100644 --- a/style.go +++ b/style.go @@ -45,7 +45,7 @@ func InitStyles() { tagSquareStyle = tagStyle. Background(tcell.NewHexColor(0x8888cc)) tagSquareModifiedStyle = tagStyle. - Background(tcell.NewHexColor(0x0)) + Background(tcell.NewHexColor(0x2222cc)) vertlineStyle = bodyStyle } -- cgit v1.2.3