summaryrefslogtreecommitdiff
path: root/git-prompt.conf
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2011-06-28 11:05:18 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2011-06-28 11:05:18 +0300
commit2b136d3264fdd235dc2e5958bf948ba1861a6e53 (patch)
tree3dcb7f55aebbd06fa0d78808e3397b0a6d302418 /git-prompt.conf
parentMerge branch 'master' of github.com:lvv/git-prompt (diff)
downloadgit-prompt-2b136d3264fdd235dc2e5958bf948ba1861a6e53.tar.gz
git-prompt-2b136d3264fdd235dc2e5958bf948ba1861a6e53.tar.bz2
git-prompt-2b136d3264fdd235dc2e5958bf948ba1861a6e53.zip
changed hex color again: bright-black (makes gray)
too maney terminals to not support DIM color
Diffstat (limited to 'git-prompt.conf')
-rw-r--r--git-prompt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-prompt.conf b/git-prompt.conf
index 81ddec9..36f4e84 100644
--- a/git-prompt.conf
+++ b/git-prompt.conf
@@ -88,7 +88,7 @@
# untracked_vcs_color=BLUE # Untracked files:
# op_vcs_color=MAGENTA
# detached_vcs_color=RED
-# hex_vcs_color=dim
+# hex_vcs_color=BLACK # git version id: bright black - should be displayed as gray
# :vim:ft=sh ts=8 sw=8 et: