aboutsummaryrefslogtreecommitdiff
path: root/style.go
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2018-02-26 11:14:21 +0100
committerPetter Rodhelind <petter.rodhelind@gmail.com>2018-02-26 11:14:21 +0100
commit0023e0929ac7075cd008e0093de58ddc89efd597 (patch)
tree68e8ab40c955a89ee98e9c667dff12837a58b0fb /style.go
parent0e86accb588445f09b07ec68e6cc62903f9ba7bd (diff)
downloadpoe-0023e0929ac7075cd008e0093de58ddc89efd597.tar.gz
poe-0023e0929ac7075cd008e0093de58ddc89efd597.tar.bz2
poe-0023e0929ac7075cd008e0093de58ddc89efd597.zip
Bulk commit before redesign in another branch.
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
}