diff options
Diffstat (limited to 'style.go')
-rw-r--r-- | style.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ func InitStyles() { tagSquareStyle = tagStyle. Background(tcell.NewHexColor(0x8888cc)) tagSquareModifiedStyle = tagStyle. - Background(tcell.NewHexColor(0x0)) + Background(tcell.NewHexColor(0x2222cc)) vertlineStyle = bodyStyle } |