Created
November 28, 2016 06:27
-
-
Save coderdiaz/23207418bc05c5417990c45a4e071a58 to your computer and use it in GitHub Desktop.
A theme for Git Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BoldAsFont=-1 | |
Transparency=low | |
Font=Fira Code | |
FontWeight=400 | |
FontIsBold=no | |
FontHeight=10 | |
FontSmoothing=full | |
CursorType=block | |
AllowBlinking=yes | |
BackgroundColour=13,25,38 | |
ForegroundColour=217,230,242 | |
CursorColour=217,230,242 | |
Black=0,0,0 | |
BoldBlack=38,38,38 | |
Red=216,90,90 | |
BoldRed=235,173,173 | |
Green=90,216,90 | |
BoldGreen=173,235,173 | |
Yellow=216,216,90 | |
BoldYellow=235,235,173 | |
Blue=90,90,216 | |
BoldBlue=173,173,235 | |
Magenta=216,90,216 | |
BoldMagenta=235,173,235 | |
Cyan=90,216,216 | |
BoldCyan=173,235,235 | |
White=217,217,217 | |
BoldWhite=255,255,255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment