summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2011-01-29 08:55:57 +0200
committerLeonid Volnitsky <Leonid@Volnitsky.com>2011-01-29 08:55:57 +0200
commit4625e6372e182dde1338fd70c4c97bef0548b9a6 (patch)
treec836efac037d82841fbb5733f9ac29cbb3f4e514
parentFile lists now work under Mac OS X (diff)
downloadgit-prompt-4625e6372e182dde1338fd70c4c97bef0548b9a6.tar.gz
git-prompt-4625e6372e182dde1338fd70c4c97bef0548b9a6.tar.bz2
git-prompt-4625e6372e182dde1338fd70c4c97bef0548b9a6.zip
-- docs
-rw-r--r--index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.txt b/index.txt
index d8dd50b..61b68ea 100644
--- a/index.txt
+++ b/index.txt
@@ -27,8 +27,8 @@ image:screenshot-prompt-git.png[git module screenshot]
| *Branch* | *File* | *Meaning*
| [darkblue]#dark blue# | | Clean repo
| [green]#green# | [green]#green# | Modified or new file. Modifications are in index but not in repo yet.
-| [#cc0000]#dark red# | [#cc0000]#dark red# | Modified and tracked by repo, but modifications not added to index yet.
-| [blue]#light blue# | [blue]#light blue# | Untracked file.
+| [darkred]#dark red# | [darkred]#dark red# | Modified and tracked by repo, but modifications not added to index yet.
+| [lightblue]#light blue# | [lightblue]#light blue# | Untracked file.
| [red]#light red# | | Detached Head
| [magenta]#magenta# | | In middle of doing something
|================================================================