Dracula Icon

Git

Dracula Theme for Git
git - Theme Preview

Git

Introduction

According to Git documentation valid colors are limited to white, black, green, magenta, blue, cyan, yellow, red. Due to the limitation on colors availablility, it appears the best option is to theme your terminal, then adjust the .gitconfig file

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https://github.com/dracula/git.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. Install the Dracula theme on your terminal.
  1. Determine the directory for the Git config file. The default location is ~/.gitconfig. In some environments, a user’s configuration will be stored in the alternate location $XDG_CONFIG_HOME/.gitconfig.

  2. Copy the content of this repositorie’s config file (config/gitconfig) into your Git config file.