From c43474d780194dc291d2dc960acaca8a16c1f1da Mon Sep 17 00:00:00 2001 From: Andrew Goodricke Date: Sat, 27 Aug 2016 17:31:56 -0300 Subject: [PATCH] Added Ubuntu themes to README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 09262dd..7f89a59 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,15 @@ You can display a list of available themes with `git_prompt_list_themes` (the cu **If you omit the `GIT_PROMPT_THEME` variable, the Default theme is used or, if you have a custom `.git-prompt-colors.sh` in your home directory, then the Custom theme is used.** +##### Ubuntu Themes + +Ubuntu requires a bit more spacing for some characters so it has its own themes. + +These can be listed with `git_prompt_list_themes`: +```sh +git_prompt_list_themes | grep Ubuntu +``` + ##### Theme structure Please see the ``Custom.bgptemplate`` in the ``themes`` subdirectory of the installation directory!