Created
February 27, 2019 09:45
-
-
Save qodunpob/4a2e16aa259f16353c040896b42242f5 to your computer and use it in GitHub Desktop.
Monokai Pro color theme for Windows command prompt. Based on https://www.monokai.pro/
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 | |
; Monokai Pro color theme for Windows command prompt. | |
; Based on https://www.monokai.pro/ | |
; Values stored as 00-BB-GG-RR | |
[HKEY_CURRENT_USER\Console] | |
; BLACK | |
"ColorTable00"=dword:002d292c | |
; BLUE | |
"ColorTable01"=dword:00e8dc78 | |
"ColorTable03"=dword:00e8dc78 | |
"ColorTable09"=dword:00e8dc78 | |
"ColorTable11"=dword:00e8dc78 | |
; GREEN | |
"ColorTable02"=dword:0076dca9 | |
"ColorTable10"=dword:0076dca9 | |
; RED | |
"ColorTable04"=dword:008861ff | |
"ColorTable12"=dword:008861ff | |
; MAGENTA | |
"ColorTable05"=dword:00f29dab | |
"ColorTable13"=dword:00f29dab | |
; ORANGE | |
"ColorTable06"=dword:006798fc | |
; YELLOW | |
"ColorTable14"=dword:0066d8ff | |
; WHITE | |
"ColorTable07"=dword:00fafcfc | |
; GRAY | |
"ColorTable08"=dword:008f8e90 | |
"ColorTable15"=dword:008f8e90 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment