浏览代码

Revert "Update README preview"

This reverts commit 5f111ac653273bd1dc26c0915d7e83d8e8905ef1.
rigormorrtiss 4 年之前
父节点
当前提交
74ccf8f4d2
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      assets/preview.png
  2. 1 1
      ui/lists.go

二进制
assets/preview.png


+ 1 - 1
ui/lists.go

@@ -8,7 +8,7 @@ import (
 func NewChannelsList(onChannelsListSelected func(i int, mainText string, secondaryText string, _ rune)) (channelsList *tview.List) {
 	channelsList = tview.NewList().
 		ShowSecondaryText(false).
-		SetMainTextColor(tcell.ColorDimGray).
+		SetMainTextColor(tcell.GetColor("#6C6F93")).
 		SetSelectedTextColor(tcell.ColorWhite).
 		SetSelectedBackgroundColor(tview.Styles.PrimitiveBackgroundColor).
 		SetSelectedFunc(onChannelsListSelected)