diff --git a/CHANGELOG.md b/CHANGELOG.md index c31e08b..d32021f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ > Any trouble, please visit the [troubleshooting page](https://github.com/diogocavilha/fancy-git/blob/master/TROUBLESHOOTING.md) +## v7.5.2 +- Improve human dracula color-scheme branch color. + ## v7.5.1 - Improve human dracula color-scheme branch color. diff --git a/color_schemes/human_dracula b/color_schemes/human_dracula index 6a15d42..4bd60f9 100644 --- a/color_schemes/human_dracula +++ b/color_schemes/human_dracula @@ -25,7 +25,7 @@ FANCYGIT_COLOR_SCHEME_WORKDIR_FOREGROUND="81" # BRANCH FANCYGIT_COLOR_SCHEME_BRANCH_BACKGROUND="" -FANCYGIT_COLOR_SCHEME_BRANCH_FOREROUND="199" +FANCYGIT_COLOR_SCHEME_BRANCH_FOREROUND="149" # BRANCH WITH STAGED FILES FANCYGIT_COLOR_SCHEME_BRANCH_STAGED_FILES_BACKGROUND="" diff --git a/version.sh b/version.sh index 036009d..d4d1658 100644 --- a/version.sh +++ b/version.sh @@ -3,4 +3,4 @@ # Author: Diogo Alexsander Cavilha # Date: 11.17.2017 -export FANCYGIT_VERSION="7.5.1" +export FANCYGIT_VERSION="7.5.2"