summary refs log tree commit diff stats
path: root/config/style.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/style.go')
-rw-r--r--config/style.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/style.go b/config/style.go
index 9a8a00f..caf9e4f 100644
--- a/config/style.go
+++ b/config/style.go
@@ -102,7 +102,7 @@ func (s Style) Get() tcell.Style {
 		Background(s.Bg).
 		Bold(s.Bold).
 		Blink(s.Blink).
-		Underline(s.Blink).
+		Underline(s.Underline).
 		Reverse(s.Reverse)
 }