Skip to content

Instantly share code, notes, and snippets.

@jakub-g
Last active March 6, 2019 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakub-g/39d0649bb86aac5c4f9996cd7fda1a2c to your computer and use it in GitHub Desktop.
Save jakub-g/39d0649bb86aac5c4f9996cd7fda1a2c to your computer and use it in GitHub Desktop.
High contrast light theme for Conemu
ConEmu theme: Solarized Light + 8. = #dddddd
cat ~/.gitconfig
[color "diff"]
new = bold black bold green
old = bold black bold red
@jakub-g
Copy link
Author

jakub-g commented Mar 6, 2019

dark theme gitconfig:

[color "diff"]
        old = white red
[color "status"]
        changed = white red
        untracked = white cyan

@jakub-g
Copy link
Author

jakub-g commented Mar 6, 2019

git config --global color.status.changed 'bold black bold red'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment