Last active
December 22, 2015 04:48
-
-
Save Illvili/6419449 to your computer and use it in GitHub Desktop.
PowerShell Colors for http://stackoverflow.com/questions/1057564/pretty-git-branch-graphs
NOTICE: color format OOGGRRBB
This file contains 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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Console\%SystemRoot%_system32_WindowsPowerShell_v1.0_powershell.exe] | |
; black 00000000 | |
"ColorTable00"=dword:00202020 | |
; darkgreen 00008000 | |
"ColorTable01"=dword:004e4224 | |
; darkred 00800000 | |
"ColorTable02"=dword:001a5d14 | |
; darkyellow 00808000 | |
"ColorTable03"=dword:00506f28 | |
; darkblue 00000080 | |
"ColorTable04"=dword:003e264e | |
; darkcyan 00008080 | |
"ColorTable05"=dword:004e233f | |
; darkmagenta 00800080 | |
"ColorTable06"=dword:001f3e50 | |
; gray 00c0c0c0 | |
"ColorTable07"=dword:00979797 | |
; darkgray 00808080 | |
"ColorTable08"=dword:00555555 | |
; green 0000ff00 | |
"ColorTable09"=dword:00c2a561 | |
; red 00ff0000 | |
"ColorTable10"=dword:0049da39 | |
; yellow 00ffff00 | |
"ColorTable11"=dword:00c6ff6d | |
; blue 000000ff | |
"ColorTable12"=dword:009c6dbe | |
; cyan 0000ffff | |
"ColorTable13"=dword:00c162a1 | |
; magenta 00ff00ff | |
"ColorTable14"=dword:0056a2c7 | |
; white 00ffffff | |
"ColorTable15"=dword:00ffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment