Skip to content

Commit 713fe4a

Browse files
committed
🐛 Fix human dracula color-scheme branch color
1 parent 2266b54 commit 713fe4a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Any trouble, please visit the [troubleshooting page](https://github.com/diogocavilha/fancy-git/blob/master/TROUBLESHOOTING.md)
44
5+
## v7.5.2
6+
- Improve human dracula color-scheme branch color.
7+
58
## v7.5.1
69
- Improve human dracula color-scheme branch color.
710

color_schemes/human_dracula

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FANCYGIT_COLOR_SCHEME_WORKDIR_FOREGROUND="81"
2525

2626
# BRANCH
2727
FANCYGIT_COLOR_SCHEME_BRANCH_BACKGROUND=""
28-
FANCYGIT_COLOR_SCHEME_BRANCH_FOREROUND="199"
28+
FANCYGIT_COLOR_SCHEME_BRANCH_FOREROUND="149"
2929

3030
# BRANCH WITH STAGED FILES
3131
FANCYGIT_COLOR_SCHEME_BRANCH_STAGED_FILES_BACKGROUND=""

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Author: Diogo Alexsander Cavilha <diogocavilha@gmail.com>
44
# Date: 11.17.2017
55

6-
export FANCYGIT_VERSION="7.5.1"
6+
export FANCYGIT_VERSION="7.5.2"

0 commit comments

Comments
 (0)