Mercurial > hg > hgrc
changeset 27:884f2aff642d
colours: tweak default colours, hopefully improving contrast
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Thu, 03 Dec 2015 12:22:01 -0500 |
parents | b2c62d6958e7 |
children | 738bba735a40 |
files | hgrc |
diffstat | 1 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/hgrc +++ b/hgrc @@ -64,7 +64,9 @@ color.orange = 202 color.lightyellow = 191 color.darkorange = 220 -color.brightyellow = 226 +color.salmon = 217 +color.skyblue = 039 +color.mauve = 141 status.modified = magenta bold status.added = green bold @@ -78,11 +80,12 @@ log.bookmark = green log.tag = darkorange log.activebookmark = green bold underline -log.date = yellow +log.date = skyblue +log.user = mauve changeset.public = orange bold changeset.secret = blue bold -changeset.draft = brightyellow bold +changeset.draft = salmon bold diff.tab = bold magenta_background @@ -135,7 +138,7 @@ wip = log --graph --rev=wip --template=wip [templates] -wip = '{label("log.branch", ifeq(branch, "default", "", branch))} {label("changeset.{phase}", rev)} {label("grep.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}' +wip = '{label("log.branch", ifeq(branch, "default", "", branch))} {label("changeset.{phase}", rev)} {label("log.user", author|user)}{label("log.tag", if(tags," {tags}"))} {bookmarks % "{ifeq(bookmark, currentbookmark, label('log.activebookmark', bookmark), label('log.bookmark', bookmark))} "}({label("log.date", date|shortdate)})\n{label(ifcontains(rev, revset('parents()'), 'desc.here'),desc|firstline)}\n' [revsetalias] wip = (parents(not public()) or not public() or . or head()) and (not obsolete() or unstable()^) and not closed()