diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0ddc2..c31e08b 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.1 +- Improve human dracula color-scheme branch color. + ## v7.5.0 - Add `fancygit --color-scheme-human-dracula` command to select the color scheme human dracula. (Available for theme-human). diff --git a/color_schemes/human_dracula b/color_schemes/human_dracula index 640e555..6a15d42 100644 --- a/color_schemes/human_dracula +++ b/color_schemes/human_dracula @@ -25,14 +25,14 @@ FANCYGIT_COLOR_SCHEME_WORKDIR_FOREGROUND="81" # BRANCH FANCYGIT_COLOR_SCHEME_BRANCH_BACKGROUND="" -FANCYGIT_COLOR_SCHEME_BRANCH_FOREROUND="190" +FANCYGIT_COLOR_SCHEME_BRANCH_FOREROUND="199" # BRANCH WITH STAGED FILES FANCYGIT_COLOR_SCHEME_BRANCH_STAGED_FILES_BACKGROUND="" -FANCYGIT_COLOR_SCHEME_BRANCH_STAGED_FILES_FOREGROUND="220" +FANCYGIT_COLOR_SCHEME_BRANCH_STAGED_FILES_FOREGROUND="202" # BRANCH WITH CHANGED FILES FANCYGIT_COLOR_SCHEME_BRANCH_CHANGED_FILES_BACKGROUND="" -FANCYGIT_COLOR_SCHEME_BRANCH_CHANGED_FILES_FOREGROUND="202" +FANCYGIT_COLOR_SCHEME_BRANCH_CHANGED_FILES_FOREGROUND="220" FANCYGIT_COLOR_SCHEME_PREPOSITION_FOREGROUND="250" \ No newline at end of file diff --git a/version.sh b/version.sh index 271e32f..036009d 100644 --- a/version.sh +++ b/version.sh @@ -3,4 +3,4 @@ # Author: Diogo Alexsander Cavilha # Date: 11.17.2017 -export FANCYGIT_VERSION="7.4.0" +export FANCYGIT_VERSION="7.5.1"