Created
August 21, 2019 12:38
-
-
Save abangfarhan/0bc1968b5af0c420595e52919ca196c8 to your computer and use it in GitHub Desktop.
babun colorscheme from ConEmu to be used in Windows' ColorTool.exe
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
[table] | |
DARK_BLACK = 27,29,30 | |
DARK_BLUE = 38,139,210 | |
DARK_GREEN = 130,180,20 | |
DARK_CYAN = 86,194,214 | |
DARK_RED = 249,38,114 | |
DARK_MAGENTA = 140,84,254 | |
DARK_YELLOW = 253,151,31 | |
DARK_WHITE = 204,204,198 | |
BRIGHT_BLACK = 80,83,84 | |
BRIGHT_BLUE = 98,173,227 | |
BRIGHT_GREEN = 183,235,70 | |
BRIGHT_CYAN = 148,216,229 | |
BRIGHT_RED = 255,89,149 | |
BRIGHT_MAGENTA =191,160,254 | |
BRIGHT_YELLOW = 254,237,108 | |
BRIGHT_WHITE = 248,248,242 | |
[info] | |
name = Babun | |
author = anonymous |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment