mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Updated TOS link color on the client
This commit is contained in:
@@ -226,12 +226,13 @@ func MdStyle() ansi.StyleConfig {
|
||||
Ticked: "[✓] ",
|
||||
Unticked: "[ ] ",
|
||||
},
|
||||
Link: ansi.StylePrimitive{},
|
||||
Link: ansi.StylePrimitive{
|
||||
Color: stringPtr(colors.Purple),
|
||||
Bold: boolPtr(true),
|
||||
},
|
||||
LinkText: ansi.StylePrimitive{
|
||||
Color: stringPtr(colors.Gold),
|
||||
Bold: boolPtr(true),
|
||||
Conceal: boolPtr(true),
|
||||
Faint: boolPtr(true),
|
||||
},
|
||||
Image: ansi.StylePrimitive{
|
||||
Color: stringPtr(colors.Purple),
|
||||
|
Reference in New Issue
Block a user