Created
November 17, 2017 05:01
-
-
Save lnishan/83646166d21b419f3bc30bc3f0ec63dd to your computer and use it in GitHub Desktop.
Monokai theme for Windows console (Bash on Ubuntu on Windows, Windows Subsystem for Linux)
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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Console] | |
; 00BBGGRR, not RGB! | |
"ColorTable00"=dword:00222827 ; 0 - black | |
"ColorTable04"=dword:004e06cc ; 1 - dark red | |
"ColorTable02"=dword:0018ac7a ; 2 - dark green | |
"ColorTable06"=dword:0045a9f0 ; 3 - dark yellow | |
"ColorTable01"=dword:00e9C721 ; 4 - dark blue | |
"ColorTable05"=dword:00ff337e ; 5 - dark magenta | |
"ColorTable03"=dword:00d2e35f ; 6 - dark cyan | |
"ColorTable07"=dword:00f2f8f8 ; 7 - light gray | |
"ColorTable08"=dword:005e7175 ; 8 - dark gray | |
"ColorTable12"=dword:007226f9 ; 9 - red | |
"ColorTable10"=dword:002ee2a6 ; 10 - green | |
"ColorTable14"=dword:0075bff4 ; 11 - yellow | |
"ColorTable09"=dword:00efd966 ; 12 - blue | |
"ColorTable13"=dword:00ff81ae ; 13 - magenta | |
"ColorTable11"=dword:00e4efa1 ; 14 - cyan | |
"ColorTable15"=dword:00f5f8f9; 15 - white |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment