Skip to content

Commit

Permalink
🐛 Fix human dracula color-scheme branch color
Browse files Browse the repository at this point in the history
  • Loading branch information
diogocavilha committed Apr 11, 2023
1 parent 0c7e946 commit 2266b54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
6 changes: 3 additions & 3 deletions color_schemes/human_dracula
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Author: Diogo Alexsander Cavilha <[email protected]>
# Date: 11.17.2017

export FANCYGIT_VERSION="7.4.0"
export FANCYGIT_VERSION="7.5.1"

0 comments on commit 2266b54

Please sign in to comment.