aboutsummaryrefslogtreecommitdiff
path: root/style.go
diff options
context:
space:
mode:
Diffstat (limited to 'style.go')
-rw-r--r--style.go2
1 files changed, 1 insertions, 1 deletions
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
}