diff options
| author | 2018-11-20 10:16:39 +0000 | |
|---|---|---|
| committer | 2018-11-20 10:16:39 +0000 | |
| commit | c77ca643672e7f87b6a622a470f5492665544c15 (patch) | |
| tree | bfde4ffa2382ec9ad431a91f78bd59e9466ae84e /modules/github.py | |
| parent | Only color branch name when it's not in the url (diff) | |
| signature | ||
Change merged branch name from blue to light blue (github.py)
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index bad397d6..9a2ea036 100644 --- a/modules/github.py +++ b/modules/github.py @@ -164,7 +164,7 @@ class Module(ModuleManager.BaseModule): branch = data["pull_request"]["base"]["ref"] action_desc = "%s into %s" % ( utils.irc.color("merged", utils.consts.GREEN), - utils.irc.color(branch, utils.consts.BLUE)) + utils.irc.color(branch, utils.consts.LIGHTBLUE)) else: action_desc = utils.irc.color("closed without merging", utils.consts.RED) |
