|
|
@ -1155,7 +1155,7 @@ class Interface(object): |
|
|
|
help='Color for usernames', |
|
|
|
help='Color for usernames', |
|
|
|
type='str', |
|
|
|
type='str', |
|
|
|
metavar='COLOR', |
|
|
|
metavar='COLOR', |
|
|
|
default='green', |
|
|
|
default='seagreen', |
|
|
|
conflict_group='interface', |
|
|
|
conflict_group='interface', |
|
|
|
is_cmd_option=False) |
|
|
|
is_cmd_option=False) |
|
|
|
options.add_option( |
|
|
|
options.add_option( |
|
|
@ -1173,7 +1173,7 @@ class Interface(object): |
|
|
|
help='Color for tags', |
|
|
|
help='Color for tags', |
|
|
|
type='str', |
|
|
|
type='str', |
|
|
|
metavar='COLOR', |
|
|
|
metavar='COLOR', |
|
|
|
default='goldenrod', |
|
|
|
default='chocolate', |
|
|
|
conflict_group='interface', |
|
|
|
conflict_group='interface', |
|
|
|
is_cmd_option=False) |
|
|
|
is_cmd_option=False) |
|
|
|
options.add_option( |
|
|
|
options.add_option( |
|
|
|